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-arm | |
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-arm')
-rw-r--r-- | target-arm/exec.h | 1 | ||||
-rw-r--r-- | target-arm/helper.c | 1 | ||||
-rw-r--r-- | target-arm/translate.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target-arm/exec.h b/target-arm/exec.h index 007b7cb6df..6793288d43 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -22,7 +22,6 @@ register struct CPUARMState *env asm(AREG0); #include "cpu.h" -#include "exec-all.h" #if !defined(CONFIG_USER_ONLY) #include "softmmu_exec.h" diff --git a/target-arm/helper.c b/target-arm/helper.c index 12084167d6..f4d12aab55 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -3,7 +3,6 @@ #include <string.h> #include "cpu.h" -#include "exec-all.h" #include "gdbstub.h" #include "helper.h" #include "qemu-common.h" diff --git a/target-arm/translate.c b/target-arm/translate.c index f5507ec3b6..badbc5ff31 100644 --- a/target-arm/translate.c +++ b/target-arm/translate.c @@ -25,7 +25,6 @@ #include <inttypes.h> #include "cpu.h" -#include "exec-all.h" #include "disas.h" #include "tcg-op.h" #include "qemu-log.h" |