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 <lha@h5l.org>
This commit is contained in:
Simon Wilkinson
2010-04-29 13:59:29 +01:00
committed by Love Hornquist Astrand
parent 2a842e90d3
commit 994e8641c0

View File

@@ -37,9 +37,6 @@
#ifndef __hash_h__
#define __hash_h__
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#ifdef KRB5
#include <krb5-types.h>
#endif