diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-08-12 07:23:43 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-08-16 13:31:52 +0200 |
commit | 6a0acfff997c294ad935b9f0b713a62bec68f50b (patch) | |
tree | b4b456ff03d5d1d562b67de31db138ab094b0484 /include/sysemu | |
parent | 64552b6be4758d3a774f7787b294543ccebd5358 (diff) | |
download | qemu-6a0acfff997c294ad935b9f0b713a62bec68f50b.zip qemu-6a0acfff997c294ad935b9f0b713a62bec68f50b.tar.gz qemu-6a0acfff997c294ad935b9f0b713a62bec68f50b.tar.bz2 |
Clean up inclusion of exec/cpu-common.h
migration/qemu-file.h neglects to include it even though it needs
ram_addr_t. Fix that. Drop a few superfluous inclusions elsewhere.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190812052359.30071-14-armbru@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/kvm_int.h | 1 | ||||
-rw-r--r-- | include/sysemu/memory_mapping.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/kvm_int.h b/include/sysemu/kvm_int.h index 787dbc7..5d341cc 100644 --- a/include/sysemu/kvm_int.h +++ b/include/sysemu/kvm_int.h @@ -9,7 +9,6 @@ #ifndef QEMU_KVM_INT_H #define QEMU_KVM_INT_H -#include "exec/cpu-common.h" #include "exec/memory.h" #include "sysemu/sysemu.h" #include "sysemu/accel.h" diff --git a/include/sysemu/memory_mapping.h b/include/sysemu/memory_mapping.h index 1b440df..4b20f1a 100644 --- a/include/sysemu/memory_mapping.h +++ b/include/sysemu/memory_mapping.h @@ -15,7 +15,6 @@ #define MEMORY_MAPPING_H #include "qemu/queue.h" -#include "exec/cpu-common.h" #include "exec/cpu-defs.h" #include "exec/memory.h" |