diff options
author | Blue Swirl | 2011-06-19 22:38:22 +0200 |
---|---|---|
committer | Blue Swirl | 2011-06-26 20:25:35 +0200 |
commit | 2b41f10e186ccb4f0058815161586f8d6d006ea3 (patch) | |
tree | ec040cdcd7a1d62a8733df155902a8405dcbbf94 /target-alpha/translate.c | |
parent | Move cpu_has_work and cpu_pc_from_tb to cpu.h (diff) | |
download | qemu-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.c | 1 |
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" |