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
This commit is contained in:
Peter Maydell 2016-01-26 18:17:08 +00:00
parent 9b8bfe21be
commit 757e725b58
12 changed files with 12 additions and 12 deletions

View file

@ -10,6 +10,7 @@
* See the COPYING file in the top-level directory for details. * See the COPYING file in the top-level directory for details.
*/ */
#include "qemu/osdep.h"
#include "tcg-be-ldst.h" #include "tcg-be-ldst.h"
#include "qemu/bitops.h" #include "qemu/bitops.h"

View file

@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "elf.h" #include "elf.h"
#include "tcg-be-ldst.h" #include "tcg-be-ldst.h"

View file

@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "tcg-be-ldst.h" #include "tcg-be-ldst.h"
#ifndef NDEBUG #ifndef NDEBUG

View file

@ -24,6 +24,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "tcg-be-ldst.h" #include "tcg-be-ldst.h"
#ifdef HOST_WORDS_BIGENDIAN #ifdef HOST_WORDS_BIGENDIAN
@ -1735,7 +1736,6 @@ static int tcg_target_callee_save_regs[] = {
/* The Linux kernel doesn't provide any information about the available /* The Linux kernel doesn't provide any information about the available
instruction set. Probe it using a signal handler. */ instruction set. Probe it using a signal handler. */
#include <signal.h>
#ifndef use_movnz_instructions #ifndef use_movnz_instructions
bool use_movnz_instructions = false; bool use_movnz_instructions = false;

View file

@ -23,10 +23,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "config.h" #include "qemu/osdep.h"
#include <stdlib.h>
#include <stdio.h>
#include "qemu-common.h" #include "qemu-common.h"
#include "tcg-op.h" #include "tcg-op.h"

View file

@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "tcg-be-ldst.h" #include "tcg-be-ldst.h"
#if defined _CALL_DARWIN || defined __APPLE__ #if defined _CALL_DARWIN || defined __APPLE__
@ -2725,8 +2726,6 @@ static void __attribute__((constructor)) tcg_cache_init(void)
} }
#elif defined __APPLE__ #elif defined __APPLE__
#include <stdio.h>
#include <sys/types.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
static void __attribute__((constructor)) tcg_cache_init(void) static void __attribute__((constructor)) tcg_cache_init(void)
@ -2745,11 +2744,6 @@ static void __attribute__((constructor)) tcg_cache_init(void)
} }
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
static void __attribute__((constructor)) tcg_cache_init(void) static void __attribute__((constructor)) tcg_cache_init(void)

View file

@ -24,6 +24,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "tcg-be-ldst.h" #include "tcg-be-ldst.h"
/* We only support generating code for 64-bit mode. */ /* We only support generating code for 64-bit mode. */

View file

@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "tcg-be-null.h" #include "tcg-be-null.h"
#ifndef NDEBUG #ifndef NDEBUG

View file

@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "tcg/tcg.h" #include "tcg/tcg.h"
#if defined(CONFIG_TCG_INTERPRETER) #if defined(CONFIG_TCG_INTERPRETER)

View file

@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "tcg.h" #include "tcg.h"
#include "tcg-op.h" #include "tcg-op.h"

View file

@ -26,7 +26,7 @@
#define USE_LIVENESS_ANALYSIS #define USE_LIVENESS_ANALYSIS
#define USE_TCG_OPTIMIZATIONS #define USE_TCG_OPTIMIZATIONS
#include "config.h" #include "qemu/osdep.h"
/* Define to jump the ELF file used to communicate with GDB. */ /* Define to jump the ELF file used to communicate with GDB. */
#undef DEBUG_JIT #undef DEBUG_JIT

View file

@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "tcg-be-null.h" #include "tcg-be-null.h"
/* TODO list: /* TODO list: