diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-08-12 07:23:49 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-08-16 13:31:52 +0200 |
commit | dc5e9ac716c5c5312ab29fb9f311f8176064fe04 (patch) | |
tree | 35a599a1a7e16be80e853df1feefe28724d9ca03 /target | |
parent | 650d103d3ea959212f826acb9d3fe80cf30e347b (diff) |
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 'target')
-rw-r--r-- | target/i386/whpx-all.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/whpx-all.c b/target/i386/whpx-all.c index ed95105eae..2cf66f7804 100644 --- a/target/i386/whpx-all.c +++ b/target/i386/whpx-all.c @@ -20,7 +20,6 @@ #include "qemu/main-loop.h" #include "hw/boards.h" #include "qemu/error-report.h" -#include "qemu/queue.h" #include "qapi/error.h" #include "migration/blocker.h" #include "whp-dispatch.h" |