diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:14 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:24 +0000 |
| commit | c6eacb1ac00a89abc6c3f4170895bcc3a1b8c240 (patch) | |
| tree | 923edfaeaf2b61e9f39b5c8740431eb32b911804 /hw/vfio/calxeda-xgmac.c | |
| parent | 47df5154c352415c7487691374fd8284e6a2eb7c (diff) | |
| download | focaccia-qemu-c6eacb1ac00a89abc6c3f4170895bcc3a1b8c240.tar.gz focaccia-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/calxeda-xgmac.c')
| -rw-r--r-- | hw/vfio/calxeda-xgmac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/calxeda-xgmac.c b/hw/vfio/calxeda-xgmac.c index eb914f0d0b..bb15d588e5 100644 --- a/hw/vfio/calxeda-xgmac.c +++ b/hw/vfio/calxeda-xgmac.c @@ -11,6 +11,7 @@ * */ +#include "qemu/osdep.h" #include "hw/vfio/vfio-calxeda-xgmac.h" static void calxeda_xgmac_realize(DeviceState *dev, Error **errp) |