From: Kevin Wolf Date: Sun, 9 Feb 2014 09:02:27 +0000 (+0100) Subject: sdhci: Drop unnecessary #include X-Git-Tag: qemu-xen-4.5.0-rc1~194^2~10 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1a838745b80ec6bcb3f78ce38aa1ccf1efc9f937;p=qemu-upstream-4.5-testing.git sdhci: Drop unnecessary #include Signed-off-by: Kevin Wolf Reviewed-by: Fam Zheng Signed-off-by: Stefan Hajnoczi --- diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c index 0906a1d62..a0b90baf6 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"