From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEMaC-0008E5-Jz for qemu-devel@nongnu.org; Fri, 14 Feb 2014 12:29:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEMa4-0004Kh-PR for qemu-devel@nongnu.org; Fri, 14 Feb 2014 12:29:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEMa4-0004Jj-HB for qemu-devel@nongnu.org; Fri, 14 Feb 2014 12:29:40 -0500 From: Stefan Hajnoczi Date: Fri, 14 Feb 2014 18:29:23 +0100 Message-Id: <1392398973-15092-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1392398973-15092-1-git-send-email-stefanha@redhat.com> References: <1392398973-15092-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 01/11] sdhci: Drop unnecessary #include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori From: Kevin Wolf Signed-off-by: Kevin Wolf Reviewed-by: Fam Zheng Signed-off-by: Stefan Hajnoczi --- hw/sd/sdhci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c index 0906a1d..a0b90ba 100644 --- a/hw/sd/sdhci.c +++ b/hw/sd/sdhci.c @@ -26,7 +26,6 @@ #include "sysemu/blockdev.h" #include "sysemu/dma.h" #include "qemu/timer.h" -#include "block/block_int.h" #include "qemu/bitops.h" #include "sdhci.h" -- 1.8.5.3