aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-02-23 12:00:47 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-23 12:43:05 +0000
commit974dc73d778a3b1c09a06a6a41af159537eba595 (patch)
tree504dc1d58c1840325700fa0ffcb5d4c9fbf926a9 /hw/vfio
parent30456d5ba3736b8f0c73560e559cdd2f76a4885e (diff)
downloadqemu-974dc73d778a3b1c09a06a6a41af159537eba595.zip
qemu-974dc73d778a3b1c09a06a6a41af159537eba595.tar.gz
qemu-974dc73d778a3b1c09a06a6a41af159537eba595.tar.bz2
all: 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> --- This just catches a couple of stragglers since I posted the last clean-includes patchset last week.
Diffstat (limited to 'hw/vfio')
-rw-r--r--hw/vfio/amd-xgbe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/amd-xgbe.c b/hw/vfio/amd-xgbe.c
index 53451eb..2c60310 100644
--- a/hw/vfio/amd-xgbe.c
+++ b/hw/vfio/amd-xgbe.c
@@ -11,6 +11,7 @@
*
*/
+#include "qemu/osdep.h"
#include "hw/vfio/vfio-amd-xgbe.h"
static void amd_xgbe_realize(DeviceState *dev, Error **errp)