]> Git Repo - qemu.git/commitdiff
trivial: Don't include isa.h if it is not really necessary
authorThomas Huth <[email protected]>
Fri, 4 Jan 2019 15:32:23 +0000 (16:32 +0100)
committerLaurent Vivier <[email protected]>
Wed, 9 Jan 2019 10:24:35 +0000 (11:24 +0100)
These files don't seem to do anything related to ISA directly, so
there is no need to include isa.h here.

Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <1546615943[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
hw/display/ramfb-standalone.c
hw/ide/pci.c
hw/ide/piix.c
hw/ide/via.c
hw/misc/macio/mac_dbdma.c
hw/moxie/moxiesim.c
hw/nvram/fw_cfg.c
hw/sparc/sun4m.c
hw/timer/i8254.c

index c0d241ba014e662c66b2addb40039c6ae9b43eda..da3229a1f6cb64c9fa5ccb4061e8b7fb30881f80 100644 (file)
@@ -1,7 +1,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "hw/loader.h"
-#include "hw/isa/isa.h"
 #include "hw/display/ramfb.h"
 #include "ui/console.h"
 #include "sysemu/sysemu.h"
index fe1ceeb0cde3d6f2f0c74464a069ccb1f810b43b..b75154f99f862d72333df7523d5ce7086ab1c45f 100644 (file)
@@ -25,7 +25,6 @@
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/pci/pci.h"
-#include "hw/isa/isa.h"
 #include "sysemu/dma.h"
 #include "qemu/error-report.h"
 #include "hw/ide/pci.h"
index a3afe1fd29c06a5d31805a6c4da375203c7013c9..885c16e93871f43c5be9ab5590998f8cf2073a6c 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/pci/pci.h"
-#include "hw/isa/isa.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/blockdev.h"
index 238f038d72b7f74a6a4c3f9ae8625e6f0d557258..987d99c5ece2569208f414e43078c84a3842d4d9 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/pci/pci.h"
-#include "hw/isa/isa.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/dma.h"
 
index 87ae246d374e724d5a7a6e3a85ad7f5ea159df99..e5917d8f2e8cae0eed58f35ee53087c6b3dccd8d 100644 (file)
@@ -38,7 +38,6 @@
  */
 #include "qemu/osdep.h"
 #include "hw/hw.h"
-#include "hw/isa/isa.h"
 #include "hw/ppc/mac_dbdma.h"
 #include "qemu/main-loop.h"
 #include "qemu/log.h"
index 4b0ce09c5ee51d0b40cae9e4e55e501a0a20b9c2..c6b6f7262dce438ba65d78b1810f3464401d8dfc 100644 (file)
@@ -31,7 +31,6 @@
 #include "cpu.h"
 #include "hw/sysbus.h"
 #include "hw/hw.h"
-#include "hw/isa/isa.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
index de58c7be463833e8a00671ac8283a3103671d5c6..53e8e010a8b758ce78adcb66e73f9f8c80a2458b 100644 (file)
@@ -27,7 +27,6 @@
 #include "sysemu/sysemu.h"
 #include "sysemu/dma.h"
 #include "hw/boards.h"
-#include "hw/isa/isa.h"
 #include "hw/nvram/fw_cfg.h"
 #include "hw/sysbus.h"
 #include "trace.h"
index 639906cca30ca77a06b8dea93bb5170f93dbbd2d..709ee37e08a41482b40e15efe28b007131d814c5 100644 (file)
@@ -37,7 +37,6 @@
 #include "net/net.h"
 #include "hw/boards.h"
 #include "hw/scsi/esp.h"
-#include "hw/isa/isa.h"
 #include "hw/nvram/sun_nvram.h"
 #include "hw/nvram/chrp_nvram.h"
 #include "hw/nvram/fw_cfg.h"
index 10578508083e58d76f090dbd7eda907567886f2a..20f834e7da712b24ac81f361cdc4e3c4d7b71ae7 100644 (file)
@@ -23,7 +23,6 @@
  */
 #include "qemu/osdep.h"
 #include "hw/hw.h"
-#include "hw/isa/isa.h"
 #include "qemu/timer.h"
 #include "hw/timer/i8254.h"
 #include "hw/timer/i8254_internal.h"
This page took 0.040467 seconds and 4 git commands to generate.