summaryrefslogtreecommitdiffstats
path: root/target-mips/exec.h
diff options
context:
space:
mode:
authorBlue Swirl2011-06-19 22:38:22 +0200
committerBlue Swirl2011-06-26 20:25:35 +0200
commit2b41f10e186ccb4f0058815161586f8d6d006ea3 (patch)
treeec040cdcd7a1d62a8733df155902a8405dcbbf94 /target-mips/exec.h
parentMove cpu_has_work and cpu_pc_from_tb to cpu.h (diff)
downloadqemu-2b41f10e186ccb4f0058815161586f8d6d006ea3.tar.gz
qemu-2b41f10e186ccb4f0058815161586f8d6d006ea3.tar.xz
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-mips/exec.h')
-rw-r--r--target-mips/exec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h
index a3a7262a84..e787e9a8ba 100644
--- a/target-mips/exec.h
+++ b/target-mips/exec.h
@@ -11,7 +11,6 @@
register struct CPUMIPSState *env asm(AREG0);
#include "cpu.h"
-#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"