mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00
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>
This commit is contained in:
parent
57822f71dd
commit
1e05888ab5
2 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,6 @@
|
||||||
#ifndef QEMU_KVM_H
|
#ifndef QEMU_KVM_H
|
||||||
#define 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 "qemu/accel.h"
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
#include "qemu/error-report.h"
|
#include "qemu/error-report.h"
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
#include "hw/core/cpu.h"
|
||||||
#include "qapi/error.h"
|
#include "qapi/error.h"
|
||||||
#include "exec/ramblock.h"
|
#include "exec/ramblock.h"
|
||||||
#include "exec/target_page.h"
|
#include "exec/target_page.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue