aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-08-12 07:23:49 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-08-16 13:31:52 +0200
commitdc5e9ac716c5c5312ab29fb9f311f8176064fe04 (patch)
tree35a599a1a7e16be80e853df1feefe28724d9ca03 /hw/vfio
parent650d103d3ea959212f826acb9d3fe80cf30e347b (diff)
downloadqemu-dc5e9ac716c5c5312ab29fb9f311f8176064fe04.zip
qemu-dc5e9ac716c5c5312ab29fb9f311f8176064fe04.tar.gz
qemu-dc5e9ac716c5c5312ab29fb9f311f8176064fe04.tar.bz2
Include qemu/queue.h slightly less
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190812052359.30071-20-armbru@redhat.com>
Diffstat (limited to 'hw/vfio')
-rw-r--r--hw/vfio/ap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vfio/ap.c b/hw/vfio/ap.c
index d1c86ab..2bfc402 100644
--- a/hw/vfio/ap.c
+++ b/hw/vfio/ap.c
@@ -20,7 +20,6 @@
#include "hw/s390x/ap-device.h"
#include "qemu/error-report.h"
#include "qemu/module.h"
-#include "qemu/queue.h"
#include "qemu/option.h"
#include "qemu/config-file.h"
#include "cpu.h"