aboutsummaryrefslogtreecommitdiffstats
path: root/target-sh4
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-13 20:51:49 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-13 20:54:26 +0100
commit55616505876d6683130076b810a27c7889321560 (patch)
tree1502d1a54571042bdab817899830a7b91dc8b62e /target-sh4
parent6c7f4b47f778258493744a690bfc8dbbb7d21f69 (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 'target-sh4')
-rw-r--r--target-sh4/helper.c1
-rw-r--r--target-sh4/translate.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/target-sh4/helper.c b/target-sh4/helper.c
index d8e08e305..94be136fa 100644
--- a/target-sh4/helper.c
+++ b/target-sh4/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"
diff --git a/target-sh4/translate.c b/target-sh4/translate.c
index fc3633a6c..1f461b7a4 100644
--- a/target-sh4/translate.c
+++ b/target-sh4/translate.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
-#include <assert.h>
#define DEBUG_DISAS
#define SH4_DEBUG_DISAS