diff options
author | Paolo Bonzini | 2012-12-17 18:19:43 +0100 |
---|---|---|
committer | Paolo Bonzini | 2012-12-19 08:31:31 +0100 |
commit | 7b1b5d191385ca52e96caae2a05c64f3a63855d9 (patch) | |
tree | 53b7194e77868d920eddcd41504741fe5bfda337 /hw/pci/pci-hotplug.c | |
parent | janitor: add guards to headers (diff) | |
download | qemu-7b1b5d191385ca52e96caae2a05c64f3a63855d9.tar.gz qemu-7b1b5d191385ca52e96caae2a05c64f3a63855d9.tar.xz qemu-7b1b5d191385ca52e96caae2a05c64f3a63855d9.zip |
qapi: move include files to include/qobject/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/pci/pci-hotplug.c')
-rw-r--r-- | hw/pci/pci-hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pci-hotplug.c b/hw/pci/pci-hotplug.c index b850400252..5ba7558ecd 100644 --- a/hw/pci/pci-hotplug.c +++ b/hw/pci/pci-hotplug.c @@ -32,7 +32,7 @@ #include "hw/virtio-blk.h" #include "qemu-config.h" #include "blockdev.h" -#include "error.h" +#include "qapi/error.h" #if defined(TARGET_I386) static PCIDevice *qemu_pci_hot_add_nic(Monitor *mon, |