From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehCtK-0006Kx-Vo for qemu-devel@nongnu.org; Thu, 01 Feb 2018 06:18:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehCtI-0004zs-Kq for qemu-devel@nongnu.org; Thu, 01 Feb 2018 06:18:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39100) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ehCtI-0004yz-F5 for qemu-devel@nongnu.org; Thu, 01 Feb 2018 06:18:52 -0500 From: Markus Armbruster Date: Thu, 1 Feb 2018 12:18:42 +0100 Message-Id: <20180201111846.21846-16-armbru@redhat.com> In-Reply-To: <20180201111846.21846-1-armbru@redhat.com> References: <20180201111846.21846-1-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 15/19] Include qapi/qmp/qnum.h exactly where needed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: balaton@eik.bme.hu, eblake@redhat.com, f4bug@amsat.org Reviewed-by: Eric Blake Reviewed-by: Philippe Mathieu-Daud=C3=A9 Signed-off-by: Markus Armbruster --- 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" =20 static QLitObject qlit =3D QLIT_QDICT(((QLitDictEntry[]) { --=20 2.13.6