From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCQIG-0000iz-SS for qemu-devel@nongnu.org; Sun, 09 Feb 2014 04:03:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCQIA-00052Q-Tz for qemu-devel@nongnu.org; Sun, 09 Feb 2014 04:03:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCQIA-00052K-LD for qemu-devel@nongnu.org; Sun, 09 Feb 2014 04:03:10 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s19939kA024095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 9 Feb 2014 04:03:09 -0500 From: Kevin Wolf Date: Sun, 9 Feb 2014 10:02:27 +0100 Message-Id: <1391936547-19150-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH] sdhci: Drop unnecessary #include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com Signed-off-by: Kevin Wolf --- 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.1.4