diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-01 12:18:42 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-02-09 13:52:15 +0100 |
commit | 6266ba9b5a7a5f12dc7115188995846602fd0236 (patch) | |
tree | c2a7e6983015c4d0257ee5bd38d0a3c88996b37d /tests/check-qlit.c | |
parent | bd006b9818b378786fb72a96514afc1299280db6 (diff) | |
download | qemu-6266ba9b5a7a5f12dc7115188995846602fd0236.zip qemu-6266ba9b5a7a5f12dc7115188995846602fd0236.tar.gz qemu-6266ba9b5a7a5f12dc7115188995846602fd0236.tar.bz2 |
Include qapi/qmp/qnum.h exactly where needed
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-16-armbru@redhat.com>
Diffstat (limited to 'tests/check-qlit.c')
-rw-r--r-- | tests/check-qlit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check-qlit.c b/tests/check-qlit.c index f012885..5d0f65b 100644 --- a/tests/check-qlit.c +++ b/tests/check-qlit.c @@ -12,7 +12,6 @@ #include "qapi/qmp/qdict.h" #include "qapi/qmp/qlist.h" #include "qapi/qmp/qlit.h" -#include "qapi/qmp/qnum.h" #include "qapi/qmp/qstring.h" static QLitObject qlit = QLIT_QDICT(((QLitDictEntry[]) { |