mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -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
1
disas.c
1
disas.c
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue