From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4c4P-0002wt-M5 for qemu-devel@nongnu.org; Mon, 15 Jun 2015 17:37:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4c4L-0008R7-Sf for qemu-devel@nongnu.org; Mon, 15 Jun 2015 17:37:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4c4L-0008Ql-Nb for qemu-devel@nongnu.org; Mon, 15 Jun 2015 17:37:25 -0400 Message-ID: <557F458F.3050402@redhat.com> Date: Mon, 15 Jun 2015 15:37:19 -0600 From: Eric Blake MIME-Version: 1.0 References: <1434205258-1932-1-git-send-email-armbru@redhat.com> <1434205258-1932-10-git-send-email-armbru@redhat.com> In-Reply-To: <1434205258-1932-10-git-send-email-armbru@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tAvVc4sKIin1t8382sFNj3uneG62f9XiU" Subject: Re: [Qemu-devel] [PATCH 09/11] qerror: Move #include out of qerror.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: kwolf@redhat.com, mdroth@linux.vnet.ibm.com, stefanha@redhat.com, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tAvVc4sKIin1t8382sFNj3uneG62f9XiU Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06/13/2015 08:20 AM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > 57 files changed, 59 insertions(+), 3 deletions(-) >=20 > diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h > index f8182c7..842b27a 100644 > --- a/include/qapi/qmp/qerror.h > +++ b/include/qapi/qmp/qerror.h > @@ -12,9 +12,6 @@ > #ifndef QERROR_H > #define QERROR_H > =20 > -#include "qapi/qmp/qstring.h" > -#include "qemu/error-report.h" > - The real meat of the change; the rest is adding these lines into .c files where compilation broke otherwise :) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --tAvVc4sKIin1t8382sFNj3uneG62f9XiU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVf0WPAAoJEKeha0olJ0Nq7/MH/RE6mlthK8Zr0aVHKlLMD+3s JJXG1T8OjW1zrB2DXdnnACvmgw44bBIe8HoCgvlPTWJOMh0GTIGnMD/5kdQeNe3s z/f33qyo7Lly274b2p2smVcOdIyOexHBHUY+icza+M2veqC7cpHKJZ/otxZNN1If zRjGS1UY/kXgjbdGERA60aEc0BfBldT6Lyypi2XQLObgSLQu/1r2teGvGyAuvy+9 vEQ4AP0f/RwNO+ZutQDpayenSAOdh7WGsC+gMQ2jM1TBHR4DP6pp9AW9ssFVrlnJ jFuLWGem3acinqsLLEiAuMTVrk/iJEk+A/kHr6kK/nwoQ86UFVlcPBNNwvwCmOc= =7KFT -----END PGP SIGNATURE----- --tAvVc4sKIin1t8382sFNj3uneG62f9XiU--