From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3TtQ-000185-4h for qemu-devel@nongnu.org; Mon, 20 Aug 2012 11:27:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3TtO-00072t-Gb for qemu-devel@nongnu.org; Mon, 20 Aug 2012 11:27:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3TtO-00072W-8y for qemu-devel@nongnu.org; Mon, 20 Aug 2012 11:27:50 -0400 Date: Mon, 20 Aug 2012 12:28:05 -0300 From: Luiz Capitulino Message-ID: <20120820122805.0cc63a8c@doriath.home> In-Reply-To: <1345419579-25499-5-git-send-email-imammedo@redhat.com> References: <1345419579-25499-1-git-send-email-imammedo@redhat.com> <1345419579-25499-5-git-send-email-imammedo@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/5] cleanup error.h, included qapi-types.h aready has stdbool.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: peter.maydell@linaro.org, jan.kiszka@siemens.com, mjt@tls.msk.ru, qemu-devel@nongnu.org, armbru@redhat.com, blauwirbel@gmail.com, kraxel@redhat.com, xen-devel@lists.xensource.com, i.mitsyanko@samsung.com, mdroth@linux.vnet.ibm.com, avi@redhat.com, anthony.perard@citrix.com, lersek@redhat.com, stefanha@linux.vnet.ibm.com, stefano.stabellini@eu.citrix.com, sw@weilnetz.de, rth@twiddle.net, kwolf@redhat.com, aliguori@us.ibm.com, mtosatti@redhat.com, pbonzini@redhat.com, afaerber@suse.de On Mon, 20 Aug 2012 01:39:38 +0200 Igor Mammedov wrote: > Signed-off-by: Igor Mammedov > --- > error.h | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/error.h b/error.h > index 96fc203..643a372 100644 > --- a/error.h > +++ b/error.h > @@ -14,7 +14,6 @@ > > #include "compiler.h" > #include "qapi-types.h" > -#include Hmm, not good. qapi-types.h includes for internal matters, files including qapi-types.h shouldn't rely on this (as they can break if qapi-types.h is changed not to include ). You can keep this code as it is. > > /** > * A class representing internal errors within QEMU. An error has a ErrorClass