hcrypto: Remove roken.h include from hash.h

All of the hcrypto source files were updated with commit
0f97855826 to include roken.h. This
means that hash.h no longer needs to include the roken header.

Remove the multiple inclusion.
This commit is contained in:
Simon Wilkinson
2016-11-09 14:14:24 +00:00
parent 3d590d651f
commit ac9109ff75

View File

@@ -40,7 +40,6 @@
#ifdef KRB5 #ifdef KRB5
#include <krb5-types.h> #include <krb5-types.h>
#endif #endif
#include <roken.h>
#ifndef min #ifndef min
#define min(a,b) (((a)>(b))?(b):(a)) #define min(a,b) (((a)>(b))?(b):(a))