diff options
author | Anand J <anand.indukala@gmail.com> | 2016-10-21 12:27:07 +0530 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-28 18:17:24 +0300 |
commit | 814bb12a561d36aeb5ae4440ad43d2b0761d76da (patch) | |
tree | 93ac9947be6287e93b42353212d74e9bfc7efb8c /target-ppc | |
parent | d66253e46ae2b9c36a9dd90b2b74c0dfa5804b22 (diff) |
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-ppc')
-rw-r--r-- | target-ppc/machine.c | 1 | ||||
-rw-r--r-- | target-ppc/mem_helper.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/machine.c b/target-ppc/machine.c index 4820f22377..e43cb6c39d 100644 --- a/target-ppc/machine.c +++ b/target-ppc/machine.c @@ -8,7 +8,6 @@ #include "helper_regs.h" #include "mmu-hash64.h" #include "migration/cpu.h" -#include "exec/exec-all.h" static int cpu_load_old(QEMUFile *f, void *opaque, int version_id) { diff --git a/target-ppc/mem_helper.c b/target-ppc/mem_helper.c index 6548715831..1ab8a6eab4 100644 --- a/target-ppc/mem_helper.c +++ b/target-ppc/mem_helper.c @@ -23,7 +23,6 @@ #include "exec/helper-proto.h" #include "helper_regs.h" -#include "exec/exec-all.h" #include "exec/cpu_ldst.h" //#define DEBUG_OP |