]> Git Repo - qemu.git/commitdiff
target-arm: Clean includes
authorStefan Weil <[email protected]>
Wed, 1 Feb 2012 19:53:02 +0000 (20:53 +0100)
committerStefan Weil <[email protected]>
Tue, 28 Feb 2012 21:33:42 +0000 (22:33 +0100)
Remove some include statements which are not needed.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
target-arm/helper.c

index 49293724897a632e4f61f0c2aee27829276e3f9a..abe1c30d6a7b371f461bf8f387760d9b1f57d31d 100644 (file)
@@ -1,11 +1,6 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include "cpu.h"
 #include "gdbstub.h"
 #include "helper.h"
-#include "qemu-common.h"
 #include "host-utils.h"
 #if !defined(CONFIG_USER_ONLY)
 #include "hw/loader.h"
This page took 0.029402 seconds and 4 git commands to generate.