Răsfoiți Sursa

trivial: Don't include isa.h if it is not really necessary

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 <thuth@redhat.com>
Message-Id: <1546615943-16274-1-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Thomas Huth 6 ani în urmă
părinte
comite
0cd0589ecf

+ 0 - 1
hw/display/ramfb-standalone.c

@@ -1,7 +1,6 @@
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "qapi/error.h"
 #include "hw/loader.h"
 #include "hw/loader.h"
-#include "hw/isa/isa.h"
 #include "hw/display/ramfb.h"
 #include "hw/display/ramfb.h"
 #include "ui/console.h"
 #include "ui/console.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/sysemu.h"

+ 0 - 1
hw/ide/pci.c

@@ -25,7 +25,6 @@
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/hw.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci.h"
-#include "hw/isa/isa.h"
 #include "sysemu/dma.h"
 #include "sysemu/dma.h"
 #include "qemu/error-report.h"
 #include "qemu/error-report.h"
 #include "hw/ide/pci.h"
 #include "hw/ide/pci.h"

+ 0 - 1
hw/ide/piix.c

@@ -26,7 +26,6 @@
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/hw.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci.h"
-#include "hw/isa/isa.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/blockdev.h"
 #include "sysemu/blockdev.h"

+ 0 - 1
hw/ide/via.c

@@ -26,7 +26,6 @@
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/hw.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci.h"
-#include "hw/isa/isa.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/dma.h"
 #include "sysemu/dma.h"
 
 

+ 0 - 1
hw/misc/macio/mac_dbdma.c

@@ -38,7 +38,6 @@
  */
  */
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/hw.h"
-#include "hw/isa/isa.h"
 #include "hw/ppc/mac_dbdma.h"
 #include "hw/ppc/mac_dbdma.h"
 #include "qemu/main-loop.h"
 #include "qemu/main-loop.h"
 #include "qemu/log.h"
 #include "qemu/log.h"

+ 0 - 1
hw/moxie/moxiesim.c

@@ -31,7 +31,6 @@
 #include "cpu.h"
 #include "cpu.h"
 #include "hw/sysbus.h"
 #include "hw/sysbus.h"
 #include "hw/hw.h"
 #include "hw/hw.h"
-#include "hw/isa/isa.h"
 #include "net/net.h"
 #include "net/net.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/boards.h"

+ 0 - 1
hw/nvram/fw_cfg.c

@@ -27,7 +27,6 @@
 #include "sysemu/sysemu.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/dma.h"
 #include "sysemu/dma.h"
 #include "hw/boards.h"
 #include "hw/boards.h"
-#include "hw/isa/isa.h"
 #include "hw/nvram/fw_cfg.h"
 #include "hw/nvram/fw_cfg.h"
 #include "hw/sysbus.h"
 #include "hw/sysbus.h"
 #include "trace.h"
 #include "trace.h"

+ 0 - 1
hw/sparc/sun4m.c

@@ -37,7 +37,6 @@
 #include "net/net.h"
 #include "net/net.h"
 #include "hw/boards.h"
 #include "hw/boards.h"
 #include "hw/scsi/esp.h"
 #include "hw/scsi/esp.h"
-#include "hw/isa/isa.h"
 #include "hw/nvram/sun_nvram.h"
 #include "hw/nvram/sun_nvram.h"
 #include "hw/nvram/chrp_nvram.h"
 #include "hw/nvram/chrp_nvram.h"
 #include "hw/nvram/fw_cfg.h"
 #include "hw/nvram/fw_cfg.h"

+ 0 - 1
hw/timer/i8254.c

@@ -23,7 +23,6 @@
  */
  */
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/hw.h"
-#include "hw/isa/isa.h"
 #include "qemu/timer.h"
 #include "qemu/timer.h"
 #include "hw/timer/i8254.h"
 #include "hw/timer/i8254.h"
 #include "hw/timer/i8254_internal.h"
 #include "hw/timer/i8254_internal.h"