From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luiz Capitulino Subject: Re: [PATCH 4/5] cleanup error.h, included qapi-types.h aready has stdbool.h Date: Mon, 20 Aug 2012 12:28:05 -0300 Message-ID: <20120820122805.0cc63a8c@doriath.home> 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 Return-path: In-Reply-To: <1345419579-25499-5-git-send-email-imammedo@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org 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 List-Id: xen-devel@lists.xenproject.org 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