mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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:
parent
f081c76ccf
commit
2b41f10e18
57 changed files with 8 additions and 58 deletions
|
@ -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"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "host-utils.h"
|
||||
|
||||
#define D(x)
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
||||
#define D(x)
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <assert.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
#include "disas.h"
|
||||
#include "tcg-op.h"
|
||||
#include "helper.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue