[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 02/15] target-alpha: Clean includes
From: |
Stefan Weil |
Subject: |
[Qemu-devel] [PATCH 02/15] target-alpha: Clean includes |
Date: |
Thu, 2 Feb 2012 22:12:44 +0100 |
The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h.
Cc: Richard Henderson <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
---
target-alpha/cpu.h | 1 +
target-alpha/translate.c | 5 -----
2 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index 9d61d45..5cd6fd8 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 a961159..1d2142b 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/translate.c
@@ -17,15 +17,10 @@
* 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
--
1.7.7.3
- [Qemu-devel] [PATCH 00/15] Clean some includes and definitions, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 02/15] target-alpha: Clean includes,
Stefan Weil <=
- [Qemu-devel] [PATCH 15/15] Move definition of HOST_LONG_BITS to qemu-common.h, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 03/15] target-arm: Clean includes, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 04/15] target-cris: Clean includes, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 01/15] Remove macro HOST_LONG_SIZE, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 13/15] target-unicore32: Clean includes, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 07/15] target-m68k: Clean includes, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 12/15] target-sh4: Clean includes, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 09/15] target-mips: Clean includes, Stefan Weil, 2012/02/02
- [Qemu-devel] [PATCH 05/15] target-i386: Clean includes, Stefan Weil, 2012/02/02