From: Greg Kurz Date: Mon, 6 Jun 2016 09:52:34 +0000 (+0200) Subject: 9p: drop useless inclusion of hw/i386/pc.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=beff62e6836ca05be3628fcfc78ef30d738ff21d;p=qemu.git 9p: drop useless inclusion of hw/i386/pc.h Signed-off-by: Greg Kurz --- diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c index f5e30125fc..a71d44dc74 100644 --- a/hw/9pfs/9p.c +++ b/hw/9pfs/9p.c @@ -13,7 +13,6 @@ #include "qemu/osdep.h" #include "hw/virtio/virtio.h" -#include "hw/i386/pc.h" #include "qapi/error.h" #include "qemu/error-report.h" #include "qemu/iov.h" diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c index 74a3ccbcd1..494e85e029 100644 --- a/hw/9pfs/virtio-9p-device.c +++ b/hw/9pfs/virtio-9p-device.c @@ -13,7 +13,6 @@ #include "qemu/osdep.h" #include "hw/virtio/virtio.h" -#include "hw/i386/pc.h" #include "qemu/sockets.h" #include "virtio-9p.h" #include "fsdev/qemu-fsdev.h"