From patchwork Thu Jan 19 15:56:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 136867 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DBA31B6EF1 for ; Fri, 20 Jan 2012 03:38:54 +1100 (EST) Received: from localhost ([::1]:41951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnuVC-0002Cq-Na for incoming@patchwork.ozlabs.org; Thu, 19 Jan 2012 11:06:14 -0500 Received: from eggs.gnu.org ([140.186.70.92]:48329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnuUR-0008Cp-OI for qemu-devel@nongnu.org; Thu, 19 Jan 2012 11:05:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnuM0-0007xB-LQ for qemu-devel@nongnu.org; Thu, 19 Jan 2012 10:56:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnuM0-0007wz-Aa for qemu-devel@nongnu.org; Thu, 19 Jan 2012 10:56:44 -0500 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 q0JFufTd020836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 19 Jan 2012 10:56:42 -0500 Received: from localhost (ovpn-116-68.ams2.redhat.com [10.36.116.68]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0JFudsM017318; Thu, 19 Jan 2012 10:56:41 -0500 From: Luiz Capitulino To: qemu-devel@nongnu.org Date: Thu, 19 Jan 2012 13:56:28 -0200 Message-Id: <1326988591-27241-3-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1326988591-27241-1-git-send-email-lcapitulino@redhat.com> References: <1326988591-27241-1-git-send-email-lcapitulino@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: aliguori@us.ibm.com, armbru@redhat.com, mdroth@linux.vnet.ibm.com, agl@us.ibm.com, amit.shah@redhat.com, eblake@redhat.com Subject: [Qemu-devel] [PATCH 2/5] balloon: Drop unused include 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: Luiz Capitulino --- balloon.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/balloon.h b/balloon.h index b60fd5d..17fe300 100644 --- a/balloon.h +++ b/balloon.h @@ -14,7 +14,6 @@ #ifndef _QEMU_BALLOON_H #define _QEMU_BALLOON_H -#include "monitor.h" #include "qapi-types.h" typedef void (QEMUBalloonEvent)(void *opaque, ram_addr_t target);