From patchwork Sun Aug 19 23:39:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Mammedov X-Patchwork-Id: 178605 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C75272C008B for ; Mon, 20 Aug 2012 10:00:43 +1000 (EST) Received: from localhost ([::1]:57778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3F9t-0007zT-9U for incoming@patchwork.ozlabs.org; Sun, 19 Aug 2012 19:43:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3F9I-0006Mf-NV for qemu-devel@nongnu.org; Sun, 19 Aug 2012 19:43:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3F9G-0006U6-Mj for qemu-devel@nongnu.org; Sun, 19 Aug 2012 19:43:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3F9G-0006Tx-EM for qemu-devel@nongnu.org; Sun, 19 Aug 2012 19:43:14 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7JNh6bF016999 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 19 Aug 2012 19:43:06 -0400 Received: from dell-pet610-01.lab.eng.brq.redhat.com (dell-pet610-01.lab.eng.brq.redhat.com [10.34.42.20]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7JNgdH5020926; Sun, 19 Aug 2012 19:43:02 -0400 From: Igor Mammedov To: qemu-devel@nongnu.org Date: Mon, 20 Aug 2012 01:39:38 +0200 Message-Id: <1345419579-25499-5-git-send-email-imammedo@redhat.com> In-Reply-To: <1345419579-25499-1-git-send-email-imammedo@redhat.com> References: <1345419579-25499-1-git-send-email-imammedo@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: peter.maydell@linaro.org, jan.kiszka@siemens.com, mjt@tls.msk.ru, 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, lcapitulino@redhat.com, rth@twiddle.net, kwolf@redhat.com, aliguori@us.ibm.com, mtosatti@redhat.com, pbonzini@redhat.com, afaerber@suse.de Subject: [Qemu-devel] [PATCH 4/5] cleanup error.h, included qapi-types.h aready has stdbool.h X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 /** * A class representing internal errors within QEMU. An error has a ErrorClass