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 | 5692bc9bab5d31dc565afda16adacd18ef3796d5 (patch) | |
tree | 1502d1a54571042bdab817899830a7b91dc8b62e /target-sparc | |
parent | d2e19519768156336d4785f3432a6ded486ea8e1 (diff) | |
download | qemu-5692bc9bab5d31dc565afda16adacd18ef3796d5.tar.gz qemu-5692bc9bab5d31dc565afda16adacd18ef3796d5.tar.bz2 qemu-5692bc9bab5d31dc565afda16adacd18ef3796d5.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 'target-sparc')
-rw-r--r-- | target-sparc/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/helper.c b/target-sparc/helper.c index 8ad82a9456..2f41418c85 100644 --- a/target-sparc/helper.c +++ b/target-sparc/helper.c @@ -23,7 +23,6 @@ #include <string.h> #include <inttypes.h> #include <signal.h> -#include <assert.h> #include "cpu.h" #include "exec-all.h" |