Remove these header files which are not used by ssi-sd.c Signed-off-by: Bin Meng <[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 3aacbd0387..1782fb7431 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/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.34.1
