Merge commit 'gnu/master' into test
[qemu] / aes.c
diff --git a/aes.c b/aes.c
index 7e84f46..eb37adb 100644 (file)
--- a/aes.c
+++ b/aes.c
@@ -34,8 +34,6 @@
 #define NDEBUG
 #endif
 
-#include <assert.h>
-
 typedef uint32_t u32;
 typedef uint16_t u16;
 typedef uint8_t u8;