projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c97629
)
target-arm: Clean includes
author
Stefan Weil
<sw@weilnetz.de>
Wed, 1 Feb 2012 19:53:02 +0000
(20:53 +0100)
committer
Stefan Weil
<sw@weilnetz.de>
Tue, 28 Feb 2012 21:33:42 +0000
(22:33 +0100)
Remove some include statements which are not needed.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
target-arm/helper.c
patch
|
blob
|
history
diff --git
a/target-arm/helper.c
b/target-arm/helper.c
index 49293724897a632e4f61f0c2aee27829276e3f9a..abe1c30d6a7b371f461bf8f387760d9b1f57d31d 100644
(file)
--- 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"