From aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 15 Jun 2010 12:01:09 +0200 Subject: lib/crypto: only include what is needed. Guenther --- lib/crypto/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/md5.c') 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" -- cgit