mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 13:58:16 +00:00
memory_mapping: Rework cpu related includes
This makes it more consistent with all other core code files, which either just rely on qemu-common.h inclusion or precede cpu.h with qemu-common.h. cpu-all.h should not be included in addition to cpu.h. Remove it. Backports commit 94beb661bd90bcb477eed6d3b07aced988c40163 from qemu
This commit is contained in:
parent
82a22d8f3a
commit
92cd41d78e
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@
|
|||
|
||||
#include "glib_compat.h"
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "cpu.h"
|
||||
#include "exec/cpu-all.h"
|
||||
#include "sysemu/memory_mapping.h"
|
||||
#include "exec/memory.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
|
Loading…
Reference in a new issue