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/md4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/md4.c') diff --git a/lib/crypto/md4.c b/lib/crypto/md4.c index aea2c821c5..7eb6070cd4 100644 --- a/lib/crypto/md4.c +++ b/lib/crypto/md4.c @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" #include "../lib/crypto/md4.h" /* NOTE: This code makes no attempt to be fast! -- cgit