From d8dfad9c41c3431dbb97ad722a93e6ad1e9e9279 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 27 Mar 2011 14:31:31 +0000 Subject: Use qemu-common.h or qemu-timer.h in place of sysemu.h In some cases qemu-common.h or qemu-timer.h can be used in place of sysemu.h. Signed-off-by: Blue Swirl --- hw/pcie.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hw/pcie.c') diff --git a/hw/pcie.c b/hw/pcie.c index 6a113a9327..9de6149043 100644 --- a/hw/pcie.c +++ b/hw/pcie.c @@ -18,8 +18,7 @@ * with this program; if not, see . */ -#include "sysemu.h" -#include "range.h" +#include "qemu-common.h" #include "pci_bridge.h" #include "pcie.h" #include "msix.h" -- cgit v1.2.3