summaryrefslogtreecommitdiffstats
path: root/hw/vfio/pci-quirks.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:17:14 +0100
committerPeter Maydell2016-01-29 16:07:24 +0100
commitc6eacb1ac00a89abc6c3f4170895bcc3a1b8c240 (patch)
tree923edfaeaf2b61e9f39b5c8740431eb32b911804 /hw/vfio/pci-quirks.c
parenthw/display: Clean up includes (diff)
downloadqemu-c6eacb1ac00a89abc6c3f4170895bcc3a1b8c240.tar.gz
qemu-c6eacb1ac00a89abc6c3f4170895bcc3a1b8c240.tar.xz
qemu-c6eacb1ac00a89abc6c3f4170895bcc3a1b8c240.zip
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 <peter.maydell@linaro.org> Message-id: 1453832250-766-22-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/vfio/pci-quirks.c')
-rw-r--r--hw/vfio/pci-quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/pci-quirks.c b/hw/vfio/pci-quirks.c
index e117c41fbe..48155277c6 100644
--- a/hw/vfio/pci-quirks.c
+++ b/hw/vfio/pci-quirks.c
@@ -10,6 +10,7 @@
* the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "pci.h"
#include "trace.h"
#include "qemu/range.h"