X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=aes.c;h=eb37adbed860674a059f8affffe8aae5b786575c;hb=3c619b5975d68bb07b2e7274b2f8068b11acd772;hp=7e84f4643a25150e43a11c2c87552690169b3943;hpb=d78f399542b0b81fab67f31c9a88665943f0571d;p=qemu diff --git a/aes.c b/aes.c index 7e84f46..eb37adb 100644 --- a/aes.c +++ b/aes.c @@ -34,8 +34,6 @@ #define NDEBUG #endif -#include - typedef uint32_t u32; typedef uint16_t u16; typedef uint8_t u8;