summaryrefslogtreecommitdiffstats
path: root/disas.c
diff options
context:
space:
mode:
authorBlue Swirl2011-06-19 22:38:22 +0200
committerBlue Swirl2011-06-26 20:25:35 +0200
commit2b41f10e186ccb4f0058815161586f8d6d006ea3 (patch)
treeec040cdcd7a1d62a8733df155902a8405dcbbf94 /disas.c
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 'disas.c')
-rw-r--r--disas.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/disas.c b/disas.c
index d208c52402..1334b8e0f3 100644
--- a/disas.c
+++ b/disas.c
@@ -5,7 +5,6 @@
#include <errno.h>
#include "cpu.h"
-#include "exec-all.h"
#include "disas.h"
/* Filled in by elfload.c. Simplistic, but will do for now. */