From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK305-0007J9-4H for qemu-devel@nongnu.org; Thu, 12 Sep 2013 05:15:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK2zv-0003l3-4E for qemu-devel@nongnu.org; Thu, 12 Sep 2013 05:15:44 -0400 Received: from e28smtp08.in.ibm.com ([122.248.162.8]:44948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2zu-0003kV-Bb for qemu-devel@nongnu.org; Thu, 12 Sep 2013 05:15:34 -0400 Received: from /spool/local by e28smtp08.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 12 Sep 2013 14:33:35 +0530 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id BB0E13940053 for ; Thu, 12 Sep 2013 14:45:17 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8C9HOaT23855208 for ; Thu, 12 Sep 2013 14:47:25 +0530 Received: from d28av02.in.ibm.com (localhost [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r8C9FORG008226 for ; Thu, 12 Sep 2013 14:45:24 +0530 From: Wenchao Xia Date: Thu, 12 Sep 2013 17:15:11 +0800 Message-Id: <1378977312-17696-8-git-send-email-xiawenc@linux.vnet.ibm.com> In-Reply-To: <1378977312-17696-1-git-send-email-xiawenc@linux.vnet.ibm.com> References: <1378977312-17696-1-git-send-email-xiawenc@linux.vnet.ibm.com> Subject: [Qemu-devel] [RFC PATCH 7/8] block: do not include monitor.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, anthony@codemonkey.ws, stefanha@redhat.com, Wenchao Xia Block layer do not need it any more. Signed-off-by: Wenchao Xia --- include/block/block_int.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/block/block_int.h b/include/block/block_int.h index db2cb49..ec92f16 100644 --- a/include/block/block_int.h +++ b/include/block/block_int.h @@ -31,7 +31,6 @@ #include "qemu/timer.h" #include "qapi-types.h" #include "qapi/qmp/qerror.h" -#include "monitor/monitor.h" #include "qemu/hbitmap.h" #include "block/snapshot.h" #include "qemu/main-loop.h" -- 1.7.1