summaryrefslogtreecommitdiff
path: root/src/common/md5calc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/md5calc.c')
-rw-r--r--src/common/md5calc.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/common/md5calc.c b/src/common/md5calc.c
index e7b506e27..05fde42cc 100644
--- a/src/common/md5calc.c
+++ b/src/common/md5calc.c
@@ -6,15 +6,11 @@
*
***********************************************************/
-#define HERCULES_CORE
-
+#include "../common/random.h"
#include "md5calc.h"
-
+#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
-
-#include "../common/random.h"
#ifndef UINT_MAX
#define UINT_MAX 4294967295U