On Sun, 02/09 10:02, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > 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 >
Reviewed-by: Fam Zheng <f...@redhat.com> BTW it seems bitops.h is not used too, although I'm not 100% sure.