diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-13 20:51:49 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-13 20:54:26 +0100 |
commit | 55616505876d6683130076b810a27c7889321560 (patch) | |
tree | 1502d1a54571042bdab817899830a7b91dc8b62e /aes.c | |
parent | 6c7f4b47f778258493744a690bfc8dbbb7d21f69 (diff) |
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 <paul@codesourcery.com>
Diffstat (limited to 'aes.c')
-rw-r--r-- | aes.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -34,8 +34,6 @@ #define NDEBUG #endif -#include <assert.h> - typedef uint32_t u32; typedef uint16_t u16; typedef uint8_t u8; |