summaryrefslogtreecommitdiff
path: root/dbmd5.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbmd5.c')
-rw-r--r--dbmd5.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/dbmd5.c b/dbmd5.c
index 00e501ba..5c4419be 100644
--- a/dbmd5.c
+++ b/dbmd5.c
@@ -21,17 +21,7 @@
*
* Functions to create md5 hash from buf */
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-#include "dbmd5.h"
-#include "md5.h"
-#include "debug.h"
+#include "dbmail.h"
unsigned char *makemd5(const char * const buf)
{