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:
@@ -40,7 +40,6 @@
|
||||
#ifdef KRB5
|
||||
#include <krb5-types.h>
|
||||
#endif
|
||||
#include <roken.h>
|
||||
|
||||
#ifndef min
|
||||
#define min(a,b) (((a)>(b))?(b):(a))
|
||||
|
Reference in New Issue
Block a user