mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-06 23:14:04 +00:00
clean-up: removed duplicate #includes
Some files contain multiple #includes of the same header file. Removed most of those unnecessary duplicate entries using scripts/clean-includes. Backports commit 814bb12a561d36aeb5ae4440ad43d2b0761d76da from qemu
This commit is contained in:
parent
bceed21d23
commit
8278af45cd
2 changed files with 0 additions and 2 deletions
|
|
@ -31,7 +31,6 @@
|
|||
#include "qemu-common.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "qom/object.h"
|
||||
#include "hw/boards.h"
|
||||
|
||||
// use default size for TCG translated block
|
||||
#define TCG_TB_SIZE 0
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
#include "exec/cputlb.h"
|
||||
#include "exec/memory-internal.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "tcg/tcg.h"
|
||||
#include "exec/helper-proto.h"
|
||||
#include "qemu/atomic.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue