From: Bin Meng <[email protected]> Remove these header files which are not used by ssi-sd.c
Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- hw/sd/ssi-sd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/sd/ssi-sd.c b/hw/sd/ssi-sd.c index c6e350af2dd..1782fb74316 100644 --- a/hw/sd/ssi-sd.c +++ b/hw/sd/ssi-sd.c @@ -16,14 +16,10 @@ */ #include "qemu/osdep.h" -#include "system/blockdev.h" #include "hw/ssi/ssi.h" #include "migration/vmstate.h" -#include "hw/core/qdev-properties.h" #include "hw/sd/sd.h" -#include "qapi/error.h" #include "qemu/crc-ccitt.h" -#include "qemu/module.h" #include "qom/object.h" //#define DEBUG_SSI_SD 1 -- 2.52.0
