qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: balaton@eik.bme.hu, eblake@redhat.com, f4bug@amsat.org
Subject: [Qemu-devel] [PATCH v3 15/19] Include qapi/qmp/qnum.h exactly where needed
Date: Thu,  1 Feb 2018 12:18:42 +0100	[thread overview]
Message-ID: <20180201111846.21846-16-armbru@redhat.com> (raw)
In-Reply-To: <20180201111846.21846-1-armbru@redhat.com>

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
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

  parent reply	other threads:[~2018-02-01 11:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-01 11:18 [Qemu-devel] [PATCH v3 00/19] Clean up includes to reduce compile time Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 01/19] Use #include "..." for our own headers, <...> for others Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 02/19] Clean up includes Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 03/19] Drop superfluous includes of qapi-types.h and test-qapi-types.h Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 04/19] Include qapi/error.h exactly where needed Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 05/19] Drop superfluous includes of qapi/qmp/qerror.h Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 06/19] Include qmp-commands.h exactly where needed Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 07/19] Typedef the subtypes of QObject in qemu/typedefs.h, too Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 08/19] Eliminate qapi/qmp/types.h Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 09/19] qdict qlist: Make most helper macros functions Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 10/19] Include qapi/qmp/qobject.h exactly where needed Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 11/19] Include qapi/qmp/qlist.h " Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 12/19] Include qapi/qmp/qdict.h " Markus Armbruster
2018-02-08  5:02   ` Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 13/19] Include qapi/qmp/qstring.h " Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 14/19] Include qapi/qmp/qbool.h " Markus Armbruster
2018-02-01 11:18 ` Markus Armbruster [this message]
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 16/19] Include qapi/qmp/qnull.h " Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 17/19] Drop superfluous includes of qapi/qmp/dispatch.h Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 18/19] Drop superfluous includes of qapi/qmp/qjson.h Markus Armbruster
2018-02-01 11:18 ` [Qemu-devel] [PATCH v3 19/19] Move include qemu/option.h from qemu-common.h to actual users Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180201111846.21846-16-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=balaton@eik.bme.hu \
    --cc=eblake@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).