qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] 9p: drop useless inclusion of hw/i386/pc.h


From: Greg Kurz
Subject: [Qemu-devel] [PATCH] 9p: drop useless inclusion of hw/i386/pc.h
Date: Thu, 02 Jun 2016 09:18:09 +0200
User-agent: StGit/0.17.1-dirty

Signed-off-by: Greg Kurz <address@hidden>
---
 hw/9pfs/9p.c               |    1 -
 hw/9pfs/virtio-9p-device.c |    1 -
 2 files changed, 2 deletions(-)

diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
index aab1da116894..587e901f81cc 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 74a3ccbcd1c5..494e85e029a9 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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]