From: Stefan Weil Date: Wed, 1 Feb 2012 19:53:02 +0000 (+0100) Subject: target-arm: Clean includes X-Git-Tag: v1.1-rc0~283^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=853bfcc71afc5436830cfcb58bc31622024eaf7c;p=thirdparty%2Fqemu.git target-arm: Clean includes Remove some include statements which are not needed. Reviewed-by: Peter Maydell Signed-off-by: Stefan Weil --- diff --git a/target-arm/helper.c b/target-arm/helper.c index 49293724897..abe1c30d6a7 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -1,11 +1,6 @@ -#include -#include -#include - #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"