diff options
author | Peter Maydell | 2016-01-26 19:17:08 +0100 |
---|---|---|
committer | Peter Maydell | 2016-01-29 16:07:23 +0100 |
commit | 757e725b58c57d3ebb66a31fd2210df977a12154 (patch) | |
tree | d8e0b53018c38dd639818d4f3ea5b5965aca875d /tcg/arm | |
parent | virtio: Clean up includes (diff) | |
download | qemu-757e725b58c57d3ebb66a31fd2210df977a12154.tar.gz qemu-757e725b58c57d3ebb66a31fd2210df977a12154.tar.xz qemu-757e725b58c57d3ebb66a31fd2210df977a12154.zip |
tcg: 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-16-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'tcg/arm')
-rw-r--r-- | tcg/arm/tcg-target.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c index 3edf6a6f97..146ac00f63 100644 --- a/tcg/arm/tcg-target.c +++ b/tcg/arm/tcg-target.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "elf.h" #include "tcg-be-ldst.h" |