diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-01 20:53:02 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2012-02-28 22:33:42 +0100 |
commit | 853bfcc71afc5436830cfcb58bc31622024eaf7c (patch) | |
tree | 5797538af5582bbc3079a795181e5429ffce6c2a /target-arm/helper.c | |
parent | 2c9762973cbee50de591cf63c05d0e79218be60c (diff) | |
download | qemu-853bfcc71afc5436830cfcb58bc31622024eaf7c.zip |
target-arm: Clean includes
Remove some include statements which are not needed.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-arm/helper.c')
-rw-r--r-- | target-arm/helper.c | 5 |
1 files changed, 0 insertions, 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 <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" |