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 --- target-sh4/helper.c | 1 - target-sh4/translate.c | 1 - 2 files changed, 2 deletions(-) (limited to 'target-sh4') diff --git a/target-sh4/helper.c b/target-sh4/helper.c index d8e08e305c..94be136fa6 100644 --- a/target-sh4/helper.c +++ b/target-sh4/helper.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "cpu.h" #include "exec-all.h" diff --git a/target-sh4/translate.c b/target-sh4/translate.c index fc3633a6c3..1f461b7a4b 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -22,7 +22,6 @@ #include #include #include -#include #define DEBUG_DISAS #define SH4_DEBUG_DISAS -- cgit v1.2.3