]> xenbits.xensource.com Git - qemu-xen-4.3-testing.git/commitdiff
Use qemu-common.h or qemu-timer.h in place of sysemu.h
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 27 Mar 2011 14:31:31 +0000 (14:31 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 15 Apr 2011 18:25:44 +0000 (18:25 +0000)
In some cases qemu-common.h or qemu-timer.h can be used in place
of sysemu.h.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pcie.c
hw/usb-hid.c
net/dump.c

index 6a113a9327bb1e4759b064c28c4dae490f2db6e2..9de61490434df2f49e893dfc1fbc831b1fd721d0 100644 (file)
--- a/hw/pcie.c
+++ b/hw/pcie.c
@@ -18,8 +18,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "sysemu.h"
-#include "range.h"
+#include "qemu-common.h"
 #include "pci_bridge.h"
 #include "pcie.h"
 #include "msix.h"
index c25362cc95eac167f68a0f8e360b011e29205379..89c293c466aba43fdc29d510db012899a27176dc 100644 (file)
@@ -26,7 +26,7 @@
 #include "console.h"
 #include "usb.h"
 #include "usb-desc.h"
-#include "sysemu.h"
+#include "qemu-timer.h"
 
 /* HID interface requests */
 #define GET_REPORT   0xa101
index 83eda0fcc61cff722c2f48629be4a63c49057b8a..0d0cbb2591ef31bc36ddecb00ba2cbc57bd6da96 100644 (file)
@@ -24,9 +24,9 @@
 
 #include "dump.h"
 #include "qemu-common.h"
-#include "sysemu.h"
 #include "qemu-error.h"
 #include "qemu-log.h"
+#include "qemu-timer.h"
 
 typedef struct DumpState {
     VLANClientState nc;