summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-02-01 20:56:03 +0100
committerStefan Weil <sw@weilnetz.de>2012-02-28 22:33:42 +0100
commit0056c093b683879535f99a0ab7ccccaa5d1fefc6 (patch)
treee3e7e14c0e1a90026f91e392125f7095210f47b9
parent94598c1d9561e042ec80389c82e4fe3e15563584 (diff)
downloadfocaccia-qemu-0056c093b683879535f99a0ab7ccccaa5d1fefc6.tar.gz
focaccia-qemu-0056c093b683879535f99a0ab7ccccaa5d1fefc6.zip
target-mips: Clean includes
Remove some include statements which are not needed.

Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
-rw-r--r--target-mips/translate.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c
index d5b1c765fb..8361d88aa8 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