X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=aes.c;h=eb37adbed860674a059f8affffe8aae5b786575c;hb=09afeef1abb4cb5086da2933c4f5606acace4ca1;hp=7e84f4643a25150e43a11c2c87552690169b3943;hpb=d78f399542b0b81fab67f31c9a88665943f0571d;p=qemu.git diff --git a/aes.c b/aes.c index 7e84f4643..eb37adbed 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;