]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tilegx: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:27 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 15:07:25 +0000 (15:07 +0000)
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

target-tilegx/cpu.c
target-tilegx/helper.c
target-tilegx/simd_helper.c
target-tilegx/translate.c

index c24970436d1f217fd64944058284f64959bfcb3b..eceeb2c997684e6f4adb2f986737cf5ab28234ea 100644 (file)
@@ -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 "hw/qdev-properties.h"
index dda821f5cba488284ffe49703b6b26d834c61fa3..616c5c7cfa98a6f1626a46803d57b0251e2f03e8 100644 (file)
@@ -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"
index 6d7bb5ce2b1e1496b73a4d2ac662f33cbba4e5f8..2d40ddb63e1dedc4883c55d175e241813bd93325 100644 (file)
@@ -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"
index 354f25a52bf040f65d141ad555677dc961e820fb..2088f8796bff34d5ab88d1459f5019aca36500a7 100644 (file)
@@ -18,6 +18,7 @@
  * <http://www.gnu.org/licenses/lgpl-2.1.html>
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu/log.h"
 #include "disas/disas.h"