diff mbox series

[PULL,02/21] sysemu/kvm: Remove unused headers

Message ID 20230515130233.418183-3-thuth@redhat.com
State New
Headers show
Series None | expand

Commit Message

Thomas Huth May 15, 2023, 1:02 p.m. UTC
From: Philippe Mathieu-Daudé <philmd@linaro.org>

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>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 include/sysemu/kvm.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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"