From 55616505876d6683130076b810a27c7889321560 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Wed, 13 May 2009 20:51:49 +0100 Subject: Include assert.h from qemu-common.h Include assert.h from qemu-common.h and remove other direct uses. cpu-all.h still need to include it because of the dyngen-exec.h hacks Signed-off-by: Paul Brook --- aes.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'aes.c') 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; -- cgit v1.2.3