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/hmacsha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/hmacsha256.c') diff --git a/lib/crypto/hmacsha256.c b/lib/crypto/hmacsha256.c index 53d4fe38839..1a31441297d 100644 --- a/lib/crypto/hmacsha256.c +++ b/lib/crypto/hmacsha256.c @@ -26,7 +26,7 @@ taken direct from rfc2202 implementation and modified for suitable use */ -#include "includes.h" +#include "replace.h" #include "../lib/crypto/crypto.h" /*********************************************************************** -- cgit