From: Stefan Weil Date: Thu, 2 Feb 2012 20:48:08 +0000 (+0100) Subject: target-xtensa: Clean includes X-Git-Tag: v1.1-rc0~283^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ad5201c1e3d53fef14af1e9eb629c180b318d89;p=thirdparty%2Fqemu.git target-xtensa: Clean includes Remove some include statements which are not needed. Acked-by: Max Filippov Signed-off-by: Stefan Weil --- diff --git a/target-xtensa/core-dc232b.c b/target-xtensa/core-dc232b.c index 4d9bd559d43..21b287d0b0c 100644 --- a/target-xtensa/core-dc232b.c +++ b/target-xtensa/core-dc232b.c @@ -1,7 +1,6 @@ #include "cpu.h" #include "exec-all.h" #include "gdbstub.h" -#include "qemu-common.h" #include "host-utils.h" #include "core-dc232b/core-isa.h" diff --git a/target-xtensa/core-fsf.c b/target-xtensa/core-fsf.c index 7650462f2fa..763b8e5c927 100644 --- a/target-xtensa/core-fsf.c +++ b/target-xtensa/core-fsf.c @@ -1,7 +1,6 @@ #include "cpu.h" #include "exec-all.h" #include "gdbstub.h" -#include "qemu-common.h" #include "host-utils.h" #include "core-fsf/core-isa.h" diff --git a/target-xtensa/helper.c b/target-xtensa/helper.c index 2a0cb1a562f..1264c83839c 100644 --- a/target-xtensa/helper.c +++ b/target-xtensa/helper.c @@ -28,7 +28,6 @@ #include "cpu.h" #include "exec-all.h" #include "gdbstub.h" -#include "qemu-common.h" #include "host-utils.h" #if !defined(CONFIG_USER_ONLY) #include "hw/loader.h"