On Mon, 28 May 2018 20:27:12 -0300 Philippe Mathieu-Daudé <f4...@amsat.org> wrote:
> Remove those unneeded includes to speed up the compilation > process a little bit. > > Code change produced with: > > $ git grep '#include "sysemu/blockdev.h"' | \ > cut -d: -f-1 | \ > xargs egrep -L > "(BlockInterfaceType|DriveInfo|drive_get|blk_legacy_dinfo|blockdev_mark_auto_del)" > | \ > xargs sed -i.bak '/#include "sysemu\/blockdev.h"/d' > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > hw/block/m25p80.c | 1 - > hw/block/onenand.c | 1 - > hw/i386/xen/xen-mapcache.c | 1 - > hw/s390x/virtio-ccw.c | 1 - > hw/scsi/scsi-generic.c | 1 - > hw/sd/sdhci.c | 1 - > hw/usb/dev-storage.c | 1 - > monitor.c | 1 - > 8 files changed, 8 deletions(-) Acked-by: Cornelia Huck <coh...@redhat.com>