summaryrefslogtreecommitdiff
path: root/hw/sd
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2014-02-09 10:02:27 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2014-02-14 13:04:56 +0100
commit1a838745b80ec6bcb3f78ce38aa1ccf1efc9f937 (patch)
tree38840f8076320be4756e3e15fd8be02cf4617da7 /hw/sd
parent0888a29caac6e1b668e498a0ad4d1fea15de012b (diff)
downloadqemu-1a838745b80ec6bcb3f78ce38aa1ccf1efc9f937.tar.gz
sdhci: Drop unnecessary #include
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/sd')
-rw-r--r--hw/sd/sdhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
index 0906a1d62b..a0b90baf6c 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"