Remove exec-all.h include directives

Most exec-all.h include directives are now useless, remove them.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl
2011-06-26 18:25:35 +00:00
parent f081c76ccf
commit 2b41f10e18
57 changed files with 8 additions and 58 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#include "qemu.h"
#include "qemu-common.h"
/* For tb_lock */
#include "exec-all.h"
#include "cpu.h"
#include "tcg.h"
#include "qemu-timer.h"
#include "envlist.h"
-1
View File
@@ -30,7 +30,6 @@
#include "gdbstub.h"
#include "dma.h"
#include "kvm.h"
#include "exec-all.h"
#include "qemu-thread.h"
#include "cpus.h"
-1
View File
@@ -5,7 +5,6 @@
#include <errno.h>
#include "cpu.h"
#include "exec-all.h"
#include "disas.h"
/* Filled in by elfload.c. Simplistic, but will do for now. */
-1
View File
@@ -26,7 +26,6 @@
#include "qemu-common.h"
#include "cpu.h"
#include "exec-all.h"
#include "tcg.h"
#include "hw/hw.h"
#include "hw/qdev.h"
+1 -1
View File
@@ -37,7 +37,7 @@
#define MAX_PACKET_LENGTH 4096
#include "exec-all.h"
#include "cpu.h"
#include "qemu_socket.h"
#include "kvm.h"
-1
View File
@@ -29,7 +29,6 @@
#include "sh7750_regs.h"
#include "sh7750_regnames.h"
#include "sh_intc.h"
#include "exec-all.h"
#include "cpu.h"
#define NB_DEVICES 4
-1
View File
@@ -3,7 +3,6 @@
#include "qemu-char.h"
#include "sysemu.h"
#include "qemu-char.h"
#include "exec-all.h"
#include "exec.h"
#include "helper_regs.h"
#include "hw/spapr.h"
+1 -1
View File
@@ -12,7 +12,7 @@
#include "qemu-common.h"
#include "hw/hw.h"
#include "exec-all.h"
#include "cpu.h"
#include "gdbstub.h"
#include "kvm.h"
+1 -2
View File
@@ -29,8 +29,7 @@
#include "qemu.h"
#include "qemu-common.h"
#include "cache-utils.h"
/* For tb_lock */
#include "exec-all.h"
#include "cpu.h"
#include "tcg.h"
#include "qemu-timer.h"
#include "envlist.h"
+1 -1
View File
@@ -56,7 +56,7 @@
#include "json-streamer.h"
#include "json-parser.h"
#include "osdep.h"
#include "exec-all.h"
#include "cpu.h"
#ifdef CONFIG_SIMPLE_TRACE
#include "trace.h"
#endif
-1
View File
@@ -31,7 +31,6 @@ register struct CPUAlphaState *env asm(AREG0);
#define FP_STATUS (env->fp_status)
#include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"
-1
View File
@@ -22,7 +22,6 @@
#include <stdio.h>
#include "cpu.h"
#include "exec-all.h"
#include "softfloat.h"
uint64_t cpu_alpha_load_fpcr (CPUState *env)
-1
View File
@@ -22,7 +22,6 @@
#include <stdio.h>
#include "cpu.h"
#include "exec-all.h"
#include "disas.h"
#include "host-utils.h"
#include "tcg-op.h"
-1
View File
@@ -22,7 +22,6 @@
register struct CPUARMState *env asm(AREG0);
#include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"
-1
View File
@@ -3,7 +3,6 @@
#include <string.h>
#include "cpu.h"
#include "exec-all.h"
#include "gdbstub.h"
#include "helper.h"
#include "qemu-common.h"
-1
View File
@@ -25,7 +25,6 @@
#include <inttypes.h>
#include "cpu.h"
#include "exec-all.h"
#include "disas.h"
#include "tcg-op.h"
#include "qemu-log.h"
-1
View File
@@ -22,7 +22,6 @@
register struct CPUCRISState *env asm(AREG0);
#include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"
-1
View File
@@ -24,7 +24,6 @@
#include "config.h"
#include "cpu.h"
#include "mmu.h"
#include "exec-all.h"
#include "host-utils.h"
-1
View File
@@ -27,7 +27,6 @@
#include "config.h"
#include "cpu.h"
#include "mmu.h"
#include "exec-all.h"
#ifdef DEBUG
#define D(x) x
-1
View File
@@ -30,7 +30,6 @@
#include <inttypes.h>
#include "cpu.h"
#include "exec-all.h"
#include "disas.h"
#include "tcg-op.h"
#include "helper.h"

Some files were not shown because too many files have changed in this diff Show More