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-19 20:38:22 +00:00
parent f081c76ccf
commit 2b41f10e18
57 changed files with 8 additions and 58 deletions

View file

@ -21,7 +21,6 @@
register struct CPUMBState *env asm(AREG0);
#include "cpu.h"
#include "exec-all.h"
#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"

View file

@ -23,7 +23,6 @@
#include "config.h"
#include "cpu.h"
#include "exec-all.h"
#include "host-utils.h"
#define D(x)

View file

@ -22,7 +22,6 @@
#include "config.h"
#include "cpu.h"
#include "exec-all.h"
#define D(x)

View file

@ -25,7 +25,6 @@
#include <assert.h>
#include "cpu.h"
#include "exec-all.h"
#include "disas.h"
#include "tcg-op.h"
#include "helper.h"