diff mbox

[06/13] qemu-kvm: Drop or replace useless device-assignment.h inclusions

Message ID ab3e1ea15e53e3a33b6e199034601172aa03bad9.1309198794.git.jan.kiszka@web.de (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka June 27, 2011, 6:19 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 hw/pc.c          |    1 -
 hw/pci-hotplug.c |    1 -
 vl.c             |    2 +-
 3 files changed, 1 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/hw/pc.c b/hw/pc.c
index c4e3f26..c0a88e1 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -39,7 +39,6 @@ 
 #include "msix.h"
 #include "sysbus.h"
 #include "sysemu.h"
-#include "device-assignment.h"
 #include "kvm.h"
 #include "blockdev.h"
 #include "ui/qemu-spice.h"
diff --git a/hw/pci-hotplug.c b/hw/pci-hotplug.c
index 76ce539..b59be2a 100644
--- a/hw/pci-hotplug.c
+++ b/hw/pci-hotplug.c
@@ -31,7 +31,6 @@ 
 #include "scsi.h"
 #include "virtio-blk.h"
 #include "qemu-config.h"
-#include "device-assignment.h"
 #include "blockdev.h"
 
 #if defined(TARGET_I386)
diff --git a/vl.c b/vl.c
index dd870e6..7708254 100644
--- a/vl.c
+++ b/vl.c
@@ -145,7 +145,7 @@  int main(int argc, char **argv)
 #include "qemu-config.h"
 #include "qemu-objects.h"
 #include "qemu-options.h"
-#include "hw/device-assignment.h"
+#include "kvm.h"
 #ifdef CONFIG_VIRTFS
 #include "fsdev/qemu-fsdev.h"
 #endif