summaryrefslogtreecommitdiff
path: root/hw/virtio-pci.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-02-18 16:24:31 +0100
committerMarkus Armbruster <armbru@redhat.com>2010-03-16 16:55:05 +0100
commit2f7920166d1aa402104d7b30d0225e71588f91f9 (patch)
tree377ab72ba69140c5988ae78dedc0ec419e7c70c2 /hw/virtio-pci.c
parent6e4f984cb9474db99bf4e3998ff86cdb9ed02380 (diff)
downloadqemu-2f7920166d1aa402104d7b30d0225e71588f91f9.tar.gz
error: Move qemu_error & friends into their own header
Diffstat (limited to 'hw/virtio-pci.c')
-rw-r--r--hw/virtio-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c
index 799f664d8e..52f8812b0b 100644
--- a/hw/virtio-pci.c
+++ b/hw/virtio-pci.c
@@ -19,7 +19,7 @@
#include "virtio-blk.h"
#include "virtio-net.h"
#include "pci.h"
-#include "sysemu.h"
+#include "qemu-error.h"
#include "msix.h"
#include "net.h"
#include "block_int.h"