diff options
Diffstat (limited to 'target/s390x')
-rw-r--r-- | target/s390x/cpu.h | 1 | ||||
-rw-r--r-- | target/s390x/kvm-stub.c | 1 | ||||
-rw-r--r-- | target/s390x/vec_helper.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h index cb103bc3e7..a606547b4d 100644 --- a/target/s390x/cpu.h +++ b/target/s390x/cpu.h @@ -21,7 +21,6 @@ #ifndef S390X_CPU_H #define S390X_CPU_H -#include "qemu-common.h" #include "cpu-qom.h" #include "cpu_models.h" #include "exec/cpu-defs.h" diff --git a/target/s390x/kvm-stub.c b/target/s390x/kvm-stub.c index 22b4514ca6..5152e2bdf1 100644 --- a/target/s390x/kvm-stub.c +++ b/target/s390x/kvm-stub.c @@ -8,7 +8,6 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "kvm_s390x.h" diff --git a/target/s390x/vec_helper.c b/target/s390x/vec_helper.c index bb4c9304f0..986e7cc825 100644 --- a/target/s390x/vec_helper.c +++ b/target/s390x/vec_helper.c @@ -10,7 +10,6 @@ * See the COPYING file in the top-level directory. */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "internal.h" #include "vec.h" |