[Qemu-devel] [PATCH 14/18] Include qapi/qmp/qnum.h exactly where needed

Markus Armbruster posted 18 patches 8 years ago
There is a newer version of this series
[Qemu-devel] [PATCH 14/18] Include qapi/qmp/qnum.h exactly where needed
Posted by Markus Armbruster 8 years ago
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 tests/check-qlit.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/check-qlit.c b/tests/check-qlit.c
index f012885534..5d0f65b9c7 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[]) {
-- 
2.13.6


Re: [Qemu-devel] [PATCH 14/18] Include qapi/qmp/qnum.h exactly where needed
Posted by Eric Blake 8 years ago
On 01/30/2018 04:21 AM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  tests/check-qlit.c | 1 -
>  1 file changed, 1 deletion(-)

Not much to this one :)

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org