From 86df5dbefec807234e9a458da00acbbd2e0e6649 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 1 Nov 2012 15:11:25 +0100 Subject: Move unistd.h include to fastd.h --- src/method_aes128_gcm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/method_aes128_gcm.c') diff --git a/src/method_aes128_gcm.c b/src/method_aes128_gcm.c index 68b9030..f21904e 100644 --- a/src/method_aes128_gcm.c +++ b/src/method_aes128_gcm.c @@ -27,8 +27,6 @@ #include "fastd.h" #include "crypto.h" -#include - #define KEYBYTES 16 #define NONCEBYTES 7 -- cgit v1.2.3