[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 09/15] target-mips: Clean includes
From: |
Johnson, Eric |
Subject: |
Re: [Qemu-devel] [PATCH 09/15] target-mips: Clean includes |
Date: |
Tue, 28 Feb 2012 23:51:00 +0000 |
You may want to just put those includes inside an '#ifdef MIPS_DEBUG_DISAS'
instead of removing them.
Although I suppose we could just add back the minimum needed along with the
patches to fix the compile when MIPS_DEBUG_DISAS is defined.
-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Stefan Weil
Sent: Tuesday, February 28, 2012 1:47 PM
To: Anthony Liguori
Cc: Stefan Weil; address@hidden; Aurelien Jarno
Subject: [Qemu-devel] [PATCH 09/15] target-mips: Clean includes
Remove some include statements which are not needed.
Cc: Aurelien Jarno <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
---
target-mips/translate.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/target-mips/translate.c b/target-mips/translate.c index
d5b1c76..8361d88 100644
--- a/target-mips/translate.c
+++ b/target-mips/translate.c
@@ -20,16 +20,9 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdarg.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
-
#include "cpu.h"
#include "disas.h"
#include "tcg-op.h"
-#include "qemu-common.h"
#include "helper.h"
#define GEN_HELPER 1
--
1.7.9
- [Qemu-devel] [PATCH 10/15] target-ppc: Clean includes, (continued)
- [Qemu-devel] [PATCH 10/15] target-ppc: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 07/15] target-m68k: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 08/15] target-microblaze: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 13/15] target-unicore32: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 14/15] target-xtensa: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 12/15] target-sh4: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 01/15] Remove macro HOST_LONG_SIZE, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 06/15] target-lm32: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 03/15] target-arm: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 09/15] target-mips: Clean includes, Stefan Weil, 2012/02/28
- Re: [Qemu-devel] [PATCH 09/15] target-mips: Clean includes,
Johnson, Eric <=
- [Qemu-devel] [PATCH 05/15] target-i386: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 11/15] target-s390x: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 04/15] target-cris: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 15/15] Move definition of HOST_LONG_BITS to qemu-common.h, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 02/15] target-alpha: Clean includes, Stefan Weil, 2012/02/28