diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-04-05 18:04:45 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-05-16 09:13:34 +0200 |
commit | 1e05888ab5e0f78adb29c4344586fb7a6df572c6 (patch) | |
tree | e6c561776dcc5fbc9a1b4d4f48a3a1038ca87ec2 /include | |
parent | 57822f71ddd64e79933539376fa1139433edcc4f (diff) |
sysemu/kvm: Remove unused headers
All types used are forward-declared in "qemu/typedefs.h".
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230405160454.97436-2-philmd@linaro.org>
[thuth: Add hw/core/cpu.h to migration/dirtyrate.c to fix compile failure]
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sysemu/kvm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h index c8281c07a7..88f5ccfbce 100644 --- a/include/sysemu/kvm.h +++ b/include/sysemu/kvm.h @@ -14,9 +14,6 @@ #ifndef QEMU_KVM_H #define QEMU_KVM_H -#include "qemu/queue.h" -#include "hw/core/cpu.h" -#include "exec/memattrs.h" #include "qemu/accel.h" #include "qom/object.h" |