diff options
| author | Thomas Huth | 2018-02-15 09:55:12 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2018-03-12 16:12:46 +0100 |
| commit | 7eceff5b5a1faa394929cacfd3520caa5b3edf42 (patch) | |
| tree | 4ed4affa3a2a3bb3857c5be2bdc69da5aab636e2 /hw/mips | |
| parent | build-sys: make help could have 'modules' target (diff) | |
| download | qemu-7eceff5b5a1faa394929cacfd3520caa5b3edf42.tar.gz qemu-7eceff5b5a1faa394929cacfd3520caa5b3edf42.tar.xz qemu-7eceff5b5a1faa394929cacfd3520caa5b3edf42.zip | |
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>
Diffstat (limited to 'hw/mips')
| -rw-r--r-- | hw/mips/mips_fulong2e.c | 1 | ||||
| -rw-r--r-- | hw/mips/mips_jazz.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c index f68c625666..be4f83973d 100644 --- a/hw/mips/mips_fulong2e.c +++ b/hw/mips/mips_fulong2e.c @@ -27,7 +27,6 @@ #include "net/net.h" #include "hw/boards.h" #include "hw/i2c/smbus.h" -#include "sysemu/block-backend.h" #include "hw/block/flash.h" #include "hw/mips/mips.h" #include "hw/mips/cpudevs.h" diff --git a/hw/mips/mips_jazz.c b/hw/mips/mips_jazz.c index b09871a814..08e6f620fc 100644 --- a/hw/mips/mips_jazz.c +++ b/hw/mips/mips_jazz.c @@ -41,7 +41,6 @@ #include "hw/timer/i8254.h" #include "hw/display/vga.h" #include "hw/audio/pcspk.h" -#include "sysemu/block-backend.h" #include "hw/sysbus.h" #include "exec/address-spaces.h" #include "sysemu/qtest.h" |
