diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-06-19 20:38:22 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-06-26 18:25:35 +0000 |
commit | 2b41f10e186ccb4f0058815161586f8d6d006ea3 (patch) | |
tree | ec040cdcd7a1d62a8733df155902a8405dcbbf94 /target-s390x | |
parent | f081c76ccfdbc1fdaa90fa5eb6abad46c1b5bfa8 (diff) | |
download | qemu-2b41f10e186ccb4f0058815161586f8d6d006ea3.tar.gz qemu-2b41f10e186ccb4f0058815161586f8d6d006ea3.tar.bz2 qemu-2b41f10e186ccb4f0058815161586f8d6d006ea3.zip |
Remove exec-all.h include directives
Most exec-all.h include directives are now useless, remove them.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-s390x')
-rw-r--r-- | target-s390x/exec.h | 1 | ||||
-rw-r--r-- | target-s390x/helper.c | 1 | ||||
-rw-r--r-- | target-s390x/translate.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target-s390x/exec.h b/target-s390x/exec.h index d40640b675..fb73f31804 100644 --- a/target-s390x/exec.h +++ b/target-s390x/exec.h @@ -23,7 +23,6 @@ register struct CPUS390XState *env asm(AREG0); #include "config.h" #include "cpu.h" -#include "exec-all.h" #if !defined(CONFIG_USER_ONLY) #include "softmmu_exec.h" diff --git a/target-s390x/helper.c b/target-s390x/helper.c index 745d8c52bb..1ce7079af7 100644 --- a/target-s390x/helper.c +++ b/target-s390x/helper.c @@ -23,7 +23,6 @@ #include <string.h> #include "cpu.h" -#include "exec-all.h" #include "gdbstub.h" #include "qemu-common.h" #include "qemu-timer.h" diff --git a/target-s390x/translate.c b/target-s390x/translate.c index eda4624d11..77fb4482aa 100644 --- a/target-s390x/translate.c +++ b/target-s390x/translate.c @@ -35,7 +35,6 @@ #endif #include "cpu.h" -#include "exec-all.h" #include "disas.h" #include "tcg-op.h" #include "qemu-log.h" |