diff options
author | Kevin Wolf <kwolf@redhat.com> | 2014-02-09 10:02:27 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-02-14 13:04:56 +0100 |
commit | 1a838745b80ec6bcb3f78ce38aa1ccf1efc9f937 (patch) | |
tree | 38840f8076320be4756e3e15fd8be02cf4617da7 /hw/sd/sdhci.c | |
parent | 0888a29caac6e1b668e498a0ad4d1fea15de012b (diff) | |
download | qemu-1a838745b80ec6bcb3f78ce38aa1ccf1efc9f937.zip |
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/sdhci.c')
-rw-r--r-- | hw/sd/sdhci.c | 1 |
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" |