]> git.proxmox.com Git - mirror_qemu.git/commit
hw: Do not include "sysemu/block-backend.h" if it is not necessary
authorThomas Huth <thuth@redhat.com>
Thu, 15 Feb 2018 08:55:12 +0000 (09:55 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Mar 2018 15:12:46 +0000 (16:12 +0100)
commit7eceff5b5a1faa394929cacfd3520caa5b3edf42
tree4ed4affa3a2a3bb3857c5be2bdc69da5aab636e2
parent0decdfe29ba6e6c9253af342916395b182bd4f84
hw: Do not include "sysemu/block-backend.h" if it is not necessary

After reviewing a patch from Philippe that removes block-backend.h
from hw/lm32/milkymist.c, I noticed that this header is included
unnecessarily in a lot of other files, too. Remove those unneeded
includes to speed up the compilation process a little bit.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1518684912-31637-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
21 files changed:
hw/arm/highbank.c
hw/arm/msf2-soc.c
hw/arm/realview.c
hw/arm/tosa.c
hw/i386/pc.c
hw/i386/pc_piix.c
hw/ide/ahci-allwinner.c
hw/ide/cmd646.c
hw/ide/ich.c
hw/ide/isa.c
hw/ide/microdrive.c
hw/ide/mmio.c
hw/mips/mips_fulong2e.c
hw/mips/mips_jazz.c
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c
hw/ppc/prep.c
hw/scsi/mptendian.c
hw/sd/core.c
hw/sparc/sun4m.c
hw/tricore/tricore_testboard.c