diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:27 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:25 +0000 |
commit | b98ba68471177238a9082c36c8e53085f0681d82 (patch) | |
tree | c1e155bb55b3da24627c3b9b2ceef0ba79a5afb3 /target-tilegx/simd_helper.c | |
parent | 61d9f32b50e03d0d028237423531a888552728f1 (diff) | |
download | qemu-b98ba68471177238a9082c36c8e53085f0681d82.zip |
tilegx: 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-35-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-tilegx/simd_helper.c')
-rw-r--r-- | target-tilegx/simd_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-tilegx/simd_helper.c b/target-tilegx/simd_helper.c index 6d7bb5ce2b..2d40ddb63e 100644 --- a/target-tilegx/simd_helper.c +++ b/target-tilegx/simd_helper.c @@ -18,6 +18,7 @@ * <http://www.gnu.org/licenses/lgpl-2.1.html> */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "exec/helper-proto.h" |