From b98ba68471177238a9082c36c8e53085f0681d82 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:27 +0000 Subject: 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 Message-id: 1453832250-766-35-git-send-email-peter.maydell@linaro.org --- target-tilegx/simd_helper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-tilegx/simd_helper.c') diff --git a/target-tilegx/simd_helper.c b/target-tilegx/simd_helper.c index 6d7bb5c..2d40ddb 100644 --- a/target-tilegx/simd_helper.c +++ b/target-tilegx/simd_helper.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "exec/helper-proto.h" -- cgit v1.1