summaryrefslogtreecommitdiffstats
path: root/tcg
diff options
context:
space:
mode:
authorPaul Brook2009-05-13 21:51:49 +0200
committerPaul Brook2009-05-13 21:54:26 +0200
commit55616505876d6683130076b810a27c7889321560 (patch)
tree1502d1a54571042bdab817899830a7b91dc8b62e /tcg
parentReplace gcc variadic macro extension with C99 version (missed one) (diff)
downloadqemu-55616505876d6683130076b810a27c7889321560.tar.gz
qemu-55616505876d6683130076b810a27c7889321560.tar.xz
qemu-55616505876d6683130076b810a27c7889321560.zip
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 'tcg')
-rw-r--r--tcg/tcg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index a75d8dcc2c..299bff6f03 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -32,7 +32,6 @@
#define NDEBUG
#endif
-#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>