From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsNK9-0000KV-NY for qemu-devel@nongnu.org; Thu, 18 Mar 2010 17:32:13 -0400 Received: from [199.232.76.173] (port=51831 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsNK8-0000Ia-Bs for qemu-devel@nongnu.org; Thu, 18 Mar 2010 17:32:12 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NsNK7-0000Dd-47 for qemu-devel@nongnu.org; Thu, 18 Mar 2010 17:32:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31461) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NsNK6-0000DV-Ng for qemu-devel@nongnu.org; Thu, 18 Mar 2010 17:32:11 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2ILW9Ln014949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Mar 2010 17:32:09 -0400 Date: Thu, 18 Mar 2010 18:32:03 -0300 From: Luiz Capitulino Message-ID: <20100318183203.1f8dbe81@redhat.com> In-Reply-To: <1268848614-6844-3-git-send-email-armbru@redhat.com> References: <1268848614-6844-1-git-send-email-armbru@redhat.com> <1268848614-6844-3-git-send-email-armbru@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/6] error: Trim includes in qerror.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Wed, 17 Mar 2010 18:56:50 +0100 Markus Armbruster wrote: > > Signed-off-by: Markus Armbruster > --- > qerror.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/qerror.c b/qerror.c > index d0aba61..ff2fbd5 100644 > --- a/qerror.c > +++ b/qerror.c > @@ -11,9 +11,7 @@ > */ > #include "qjson.h" > #include "qerror.h" > -#include "qstring.h" > #include "qemu-common.h" > -#include "qemu-error.h" Care to explain the reason? Are you relaying on the includes in qjson.h? > > static void qerror_destroy_obj(QObject *obj); >