]> git.proxmox.com Git - mirror_qemu.git/commitdiff
range: remove useless inclusions
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Apr 2015 15:28:26 +0000 (17:28 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 30 Apr 2015 13:05:48 +0000 (16:05 +0300)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
dma-helpers.c
hw/acpi/pcihp.c
hw/i386/acpi-build.c
include/hw/i386/ich9.h
include/hw/pci-host/q35.h

index 19901a80ecc96bd9d4b419271e1ac4bdab59b09b..4faec5d0cac345400db06f3223ae5c846d60e5cc 100644 (file)
@@ -10,7 +10,6 @@
 #include "sysemu/block-backend.h"
 #include "sysemu/dma.h"
 #include "trace.h"
-#include "qemu/range.h"
 #include "qemu/thread.h"
 #include "qemu/main-loop.h"
 
index 77e1126f8f4820bba5f22da4ae4a0906d5d42518..1e11af906df6c73cec463b7bac23cc942e8c63d0 100644 (file)
@@ -31,7 +31,6 @@
 #include "hw/pci/pci.h"
 #include "hw/acpi/acpi.h"
 #include "sysemu/sysemu.h"
-#include "qemu/range.h"
 #include "exec/ioport.h"
 #include "exec/address-spaces.h"
 #include "hw/pci/pci_bus.h"
index 2aaf21a3e5eb12e7642e442441e5464e29bf44be..a36135705ca67b42fd8f13ed96700a6a1a6391c1 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu-common.h"
 #include "qemu/bitmap.h"
 #include "qemu/osdep.h"
-#include "qemu/range.h"
 #include "qemu/error-report.h"
 #include "hw/pci/pci.h"
 #include "qom/cpu.h"
index 59ea25b49af669f3dcd5969f256a7cbafae7bf6e..c17157869fe65e04892c1af6e0aba49c663bf3e2 100644 (file)
@@ -2,7 +2,6 @@
 #define HW_ICH9_H
 
 #include "hw/hw.h"
-#include "qemu/range.h"
 #include "hw/isa/isa.h"
 #include "hw/sysbus.h"
 #include "hw/i386/pc.h"
index 025d6e69af23cb50971ac811441d497d4ebab992..96d4cdc7132cfba31b0a4e514966bd69e1e13bc4 100644 (file)
@@ -23,7 +23,6 @@
 #define HW_Q35_H
 
 #include "hw/hw.h"
-#include "qemu/range.h"
 #include "hw/isa/isa.h"
 #include "hw/sysbus.h"
 #include "hw/i386/pc.h"