From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:27 +0000 (+0000) Subject: tilegx: Clean up includes X-Git-Tag: v2.7.1~592 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b98ba68471177238a9082c36c8e53085f0681d82;p=mirror_qemu.git 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 --- diff --git a/target-tilegx/cpu.c b/target-tilegx/cpu.c index c24970436d..eceeb2c997 100644 --- a/target-tilegx/cpu.c +++ b/target-tilegx/cpu.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "hw/qdev-properties.h" diff --git a/target-tilegx/helper.c b/target-tilegx/helper.c index dda821f5cb..616c5c7cfa 100644 --- a/target-tilegx/helper.c +++ b/target-tilegx/helper.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "exec/helper-proto.h" 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 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "exec/helper-proto.h" diff --git a/target-tilegx/translate.c b/target-tilegx/translate.c index 354f25a52b..2088f8796b 100644 --- a/target-tilegx/translate.c +++ b/target-tilegx/translate.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu/log.h" #include "disas/disas.h"