]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly
authorDavid Hildenbrand <david@redhat.com>
Wed, 13 Sep 2017 13:23:56 +0000 (15:23 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 19 Sep 2017 16:21:33 +0000 (18:21 +0200)
All but a handful of files include exec/cpu-all.h via cpu.h only.
As these files already include cpu.h, let's just drop the additional
include.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170913132417.24384-2-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
dump.c
exec.c
target/i386/arch_dump.c
target/i386/arch_memory_mapping.c
target/i386/svm_helper.c
target/ppc/arch_dump.c
target/s390x/arch_dump.c

diff --git a/dump.c b/dump.c
index d2093e141b716f4803309d29655a640df19f8727..7ebcf553b2d3cae793075f51ed5fe19a87cf0548 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -15,7 +15,6 @@
 #include "qemu/cutils.h"
 #include "elf.h"
 #include "cpu.h"
-#include "exec/cpu-all.h"
 #include "exec/hwaddr.h"
 #include "monitor/monitor.h"
 #include "sysemu/kvm.h"
diff --git a/exec.c b/exec.c
index d20c34ca830158ee23f751aa2f66beb9b75234b2..a25a4c6018e8b8717624b39f451afa2dbfc323ca 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -56,7 +56,6 @@
 #endif
 
 #endif
-#include "exec/cpu-all.h"
 #include "qemu/rcu_queue.h"
 #include "qemu/main-loop.h"
 #include "translate-all.h"
index e68290405223274ca8ba44714e09cb7a8c3e566e..35b55fc200407f8c0cad3ce98f455670bdc70629 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/cpu-all.h"
 #include "sysemu/dump.h"
 #include "elf.h"
 #include "sysemu/memory_mapping.h"
index 647cff2829265afcac160ba9ae82fab1365817f9..271cb5e41b4df9694ff0beceee779a3d881f961b 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/cpu-all.h"
 #include "sysemu/memory_mapping.h"
 
 /* PAE Paging or IA-32e Paging */
index 59e8b5091c5c0fac18cd6fb471b5511697443890..f479239875c43e55a85639e7b77e1e89c8f2e9f4 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/cpu-all.h"
 #include "exec/helper-proto.h"
 #include "exec/exec-all.h"
 #include "exec/cpu_ldst.h"
index 95b9ab6f29d8a2cfdbeb94d55769761cb1b209c6..351a65b22f3677626c128076caa37d1ca2b67015 100644 (file)
@@ -15,7 +15,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "elf.h"
-#include "exec/cpu-all.h"
 #include "sysemu/dump.h"
 #include "sysemu/kvm.h"
 
index 9b0bf9269845935456b2abeb7dbd33d45d7e501c..6f61ff95af61802529ab26020de929b860f7fe43 100644 (file)
@@ -15,7 +15,6 @@
 #include "cpu.h"
 #include "internal.h"
 #include "elf.h"
-#include "exec/cpu-all.h"
 #include "sysemu/dump.h"