From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ntdwj-0001gB-UR for qemu-devel@nongnu.org; Mon, 22 Mar 2010 05:29:18 -0400 Received: from [199.232.76.173] (port=39367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ntdwj-0001fq-9q for qemu-devel@nongnu.org; Mon, 22 Mar 2010 05:29:17 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ntdwd-0006gC-5v for qemu-devel@nongnu.org; Mon, 22 Mar 2010 05:29:17 -0400 Received: from oxygen.pond.sub.org ([213.239.205.148]:60739) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ntdwb-0006fY-PL for qemu-devel@nongnu.org; Mon, 22 Mar 2010 05:29:09 -0400 Received: from blackfin.pond.sub.org (pD951ABC6.dip.t-dialin.net [217.81.171.198]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 7C829276DAB for ; Mon, 22 Mar 2010 10:29:06 +0100 (CET) From: Markus Armbruster Date: Mon, 22 Mar 2010 10:29:01 +0100 Message-Id: <1269250145-15477-3-git-send-email-armbru@redhat.com> In-Reply-To: <1269250145-15477-1-git-send-email-armbru@redhat.com> References: <1269250145-15477-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 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: qemu-devel@nongnu.org Cc: lcapitulino@redhat.com 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" static void qerror_destroy_obj(QObject *obj); -- 1.6.6.1