From 994e8641c0a1760f9ad017831c542651ef1d352e Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 29 Apr 2010 13:59:29 +0100 Subject: [PATCH] hcrypto: Don't explicitly include system headers Don't explicitly include system headers in hash.h. These get pulled in anyway through roken.h, and explicitly including them here makes compiling hcrypto in the kernel much harder. Signed-off-by: Love Hornquist Astrand --- lib/hcrypto/hash.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/hcrypto/hash.h b/lib/hcrypto/hash.h index 78a795f2a..cfec9cf3f 100644 --- a/lib/hcrypto/hash.h +++ b/lib/hcrypto/hash.h @@ -37,9 +37,6 @@ #ifndef __hash_h__ #define __hash_h__ -#include -#include -#include #ifdef KRB5 #include #endif