summaryrefslogtreecommitdiffstats
path: root/target-sparc
diff options
context:
space:
mode:
authorAnand J2016-10-21 08:57:07 +0200
committerMichael Tokarev2016-10-28 17:17:24 +0200
commit814bb12a561d36aeb5ae4440ad43d2b0761d76da (patch)
tree93ac9947be6287e93b42353212d74e9bfc7efb8c /target-sparc
parentscripts/clean-includes: added duplicate #include check (diff)
downloadqemu-814bb12a561d36aeb5ae4440ad43d2b0761d76da.tar.gz
qemu-814bb12a561d36aeb5ae4440ad43d2b0761d76da.tar.xz
qemu-814bb12a561d36aeb5ae4440ad43d2b0761d76da.zip
clean-up: removed duplicate #includes
Some files contain multiple #includes of the same header file. Removed most of those unnecessary duplicate entries using scripts/clean-includes. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Anand J <anand.indukala@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-sparc')
-rw-r--r--target-sparc/machine.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-sparc/machine.c b/target-sparc/machine.c
index 59c92f7582..aea6397861 100644
--- a/target-sparc/machine.c
+++ b/target-sparc/machine.c
@@ -6,10 +6,7 @@
#include "hw/boards.h"
#include "qemu/timer.h"
-#include "cpu.h"
-#include "exec/exec-all.h"
#include "migration/cpu.h"
-#include "exec/exec-all.h"
#ifdef TARGET_SPARC64
static const VMStateDescription vmstate_cpu_timer = {