From c6eacb1ac00a89abc6c3f4170895bcc3a1b8c240 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:14 +0000 Subject: hw/vfio: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Message-id: 1453832250-766-22-git-send-email-peter.maydell@linaro.org --- hw/vfio/pci.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hw/vfio/pci.c') diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index e66c47ff6a..49f3d2d239 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -18,14 +18,11 @@ * Copyright (C) 2008, IBM, Muli Ben-Yehuda (muli@il.ibm.com) */ +#include "qemu/osdep.h" #include #include #include -#include -#include -#include -#include "config.h" #include "hw/pci/msi.h" #include "hw/pci/msix.h" #include "hw/pci/pci_bridge.h" -- cgit v1.2.3