From 853bfcc71afc5436830cfcb58bc31622024eaf7c Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 1 Feb 2012 20:53:02 +0100 Subject: [PATCH] target-arm: Clean includes Remove some include statements which are not needed. Reviewed-by: Peter Maydell Signed-off-by: Stefan Weil --- target-arm/helper.c | 5 ----- 1 file changed, 5 deletions(-) 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" -- 2.42.0