X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=aes.c;fp=aes.c;h=eb37adbed860674a059f8affffe8aae5b786575c;hb=759b334a9739814df2883aa4c41b1c0f5670e90a;hp=7e84f4643a25150e43a11c2c87552690169b3943;hpb=7e2198fc87e878b8ce5df965477e21713ebf7834;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;