diff options
author | Markus Armbruster | 2019-08-12 07:23:49 +0200 |
---|---|---|
committer | Markus Armbruster | 2019-08-16 13:31:52 +0200 |
commit | dc5e9ac716c5c5312ab29fb9f311f8176064fe04 (patch) | |
tree | 35a599a1a7e16be80e853df1feefe28724d9ca03 /qapi | |
parent | Include hw/hw.h exactly where needed (diff) | |
download | qemu-dc5e9ac716c5c5312ab29fb9f311f8176064fe04.tar.gz qemu-dc5e9ac716c5c5312ab29fb9f311f8176064fe04.tar.xz qemu-dc5e9ac716c5c5312ab29fb9f311f8176064fe04.zip |
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 'qapi')
-rw-r--r-- | qapi/qapi-dealloc-visitor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qapi/qapi-dealloc-visitor.c b/qapi/qapi-dealloc-visitor.c index 89ccd905ec..d192724b13 100644 --- a/qapi/qapi-dealloc-visitor.c +++ b/qapi/qapi-dealloc-visitor.c @@ -15,7 +15,6 @@ #include "qemu/osdep.h" #include "qapi/dealloc-visitor.h" #include "qapi/qmp/qnull.h" -#include "qemu/queue.h" #include "qapi/visitor-impl.h" struct QapiDeallocVisitor |