From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtVfC-0005cq-1y for qemu-devel@nongnu.org; Sun, 21 Mar 2010 20:38:38 -0400 Received: from [199.232.76.173] (port=36244 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtVfB-0005cZ-DF for qemu-devel@nongnu.org; Sun, 21 Mar 2010 20:38:37 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NtVfA-0001tz-Bu for qemu-devel@nongnu.org; Sun, 21 Mar 2010 20:38:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45754) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NtVfA-0001tv-0r for qemu-devel@nongnu.org; Sun, 21 Mar 2010 20:38:36 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2M0cZQU021952 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 21 Mar 2010 20:38:35 -0400 Date: Sun, 21 Mar 2010 21:38:29 -0300 From: Luiz Capitulino Message-ID: <20100321213829.047d6c10@redhat.com> In-Reply-To: References: <1268848614-6844-1-git-send-email-armbru@redhat.com> <1268848614-6844-3-git-send-email-armbru@redhat.com> <20100318183203.1f8dbe81@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 Fri, 19 Mar 2010 22:33:29 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > 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? > > qerror.h already includes them. Oh, okay then.