From beff62e6836ca05be3628fcfc78ef30d738ff21d Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Mon, 6 Jun 2016 11:52:34 +0200 Subject: 9p: drop useless inclusion of hw/i386/pc.h Signed-off-by: Greg Kurz --- hw/9pfs/9p.c | 1 - hw/9pfs/virtio-9p-device.c | 1 - 2 files changed, 2 deletions(-) (limited to 'hw/9pfs') 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" -- cgit v1.2.3