target-alpha: Clean includes
authorStefan Weil <sw@weilnetz.de>
Wed, 1 Feb 2012 19:51:52 +0000 (20:51 +0100)
committerStefan Weil <sw@weilnetz.de>
Tue, 28 Feb 2012 21:33:41 +0000 (22:33 +0100)
The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h.

Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
target-alpha/cpu.h
target-alpha/translate.c

index 9d61d45ab610e9adf0ea985fbab2472f73e956f8..5cd6fd834f42ea86ebce3fee644e812071ff6955 100644 (file)
@@ -21,6 +21,7 @@
 #define __CPU_ALPHA_H__
 
 #include "config.h"
+#include "qemu-common.h"
 
 #define TARGET_LONG_BITS 64
 
index a961159d5d8004ae2698b6dce2b473e589b183b5..1d2142bfded97b951c692e783a0b0bc95ec11081 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdint.h>
-#include <stdlib.h>
-#include <stdio.h>
-
 #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