summaryrefslogtreecommitdiff
path: root/lib/crypto/md5.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-15 12:01:09 +0200
committerGünther Deschner <gd@samba.org>2010-06-16 18:58:04 +0200
commitaa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002 (patch)
tree676ce10885aec81c8cebe3f2f35339cdf8632681 /lib/crypto/md5.c
parent65ca3e4ee985689cdb038ae366f57d523cbeb964 (diff)
downloadsamba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.tar.gz
samba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.tar.bz2
samba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.zip
lib/crypto: only include what is needed.
Guenther
Diffstat (limited to 'lib/crypto/md5.c')
-rw-r--r--lib/crypto/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/md5.c b/lib/crypto/md5.c
index 566aacaf28..e6178cc015 100644
--- a/lib/crypto/md5.c
+++ b/lib/crypto/md5.c
@@ -18,7 +18,7 @@
/* This code slightly modified to fit into Samba by
abartlet@samba.org Jun 2001 */
-#include "includes.h"
+#include "replace.h"
#include "md5.h"