From: Stefan Weil Date: Wed, 1 Feb 2012 19:51:52 +0000 (+0100) Subject: target-alpha: Clean includes X-Git-Tag: v1.1-rc0~283^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c9762973cbee50de591cf63c05d0e79218be60c;p=thirdparty%2Fqemu.git target-alpha: Clean includes The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h. Cc: Richard Henderson Signed-off-by: Stefan Weil --- diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 9d61d45ab61..5cd6fd834f4 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -21,6 +21,7 @@ #define __CPU_ALPHA_H__ #include "config.h" +#include "qemu-common.h" #define TARGET_LONG_BITS 64 diff --git a/target-alpha/translate.c b/target-alpha/translate.c index a961159d5d8..1d2142bfded 100644 --- a/target-alpha/translate.c +++ b/target-alpha/translate.c @@ -17,15 +17,10 @@ * License along with this library; if not, see . */ -#include -#include -#include - #include "cpu.h" #include "disas.h" #include "host-utils.h" #include "tcg-op.h" -#include "qemu-common.h" #include "helper.h" #define GEN_HELPER 1