diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-02 21:48:08 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2012-02-28 22:33:43 +0100 |
commit | 2ad5201c1e3d53fef14af1e9eb629c180b318d89 (patch) | |
tree | 7ac7e3104e1e2c7b73054cd165f376747e2fec5e /target-xtensa | |
parent | 8141905a4458400b094d60d835a98b26ab48a4af (diff) |
target-xtensa: Clean includes
Remove some include statements which are not needed.
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-xtensa')
-rw-r--r-- | target-xtensa/core-dc232b.c | 1 | ||||
-rw-r--r-- | target-xtensa/core-fsf.c | 1 | ||||
-rw-r--r-- | target-xtensa/helper.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target-xtensa/core-dc232b.c b/target-xtensa/core-dc232b.c index 4d9bd559d4..21b287d0b0 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 7650462f2f..763b8e5c92 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 2a0cb1a562..1264c83839 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" |