summaryrefslogtreecommitdiffstats
path: root/target-alpha/translate.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 /target-alpha/translate.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 'target-alpha/translate.c')
-rw-r--r--target-alpha/translate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index 936760c5ad..c61906a8b3 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/translate.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include "cpu.h"
-#include "exec-all.h"
#include "disas.h"
#include "host-utils.h"
#include "tcg-op.h"