From: Stefan Weil Date: Wed, 1 Feb 2012 19:53:02 +0000 (+0100) Subject: target-arm: Clean includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=853bfcc71afc5436830cfcb58bc31622024eaf7c;p=qemu.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 4929372489..abe1c30d6a 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"