diff --git a/lib/hcrypto/hash.h b/lib/hcrypto/hash.h index 498e5b1af..019081487 100644 --- a/lib/hcrypto/hash.h +++ b/lib/hcrypto/hash.h @@ -40,7 +40,6 @@ #ifdef KRB5 #include #endif -#include #ifndef min #define min(a,b) (((a)>(b))?(b):(a))