diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:06 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:23 +0000 |
commit | 21cbfe5f37aaa3a13d3af28454e762c05be67429 (patch) | |
tree | d852e9ad387355a65b500681d8ba6400b426006e /xen-common-stub.c | |
parent | 8ef94f0bc9167f246b41cb1188bf80dcd84b49fe (diff) |
xen: 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-14-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'xen-common-stub.c')
-rw-r--r-- | xen-common-stub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xen-common-stub.c b/xen-common-stub.c index 906f991f1e..699c3f1c64 100644 --- a/xen-common-stub.c +++ b/xen-common-stub.c @@ -5,6 +5,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "hw/xen/xen.h" |