summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hcrypto/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/hcrypto/aes.c')
-rw-r--r--source4/heimdal/lib/hcrypto/aes.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/heimdal/lib/hcrypto/aes.c b/source4/heimdal/lib/hcrypto/aes.c
index 77847e460e3..2e15d5d0e82 100644
--- a/source4/heimdal/lib/hcrypto/aes.c
+++ b/source4/heimdal/lib/hcrypto/aes.c
@@ -31,15 +31,13 @@
* SUCH DAMAGE.
*/
-#include "config.h"
-
+#include <config.h>
+#include <roken.h>
#ifdef KRB5
#include <krb5-types.h>
#endif
-#include <string.h>
-
#include "rijndael-alg-fst.h"
#include "aes.h"