mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 13:31:02 +00:00
cputlb: Remove includes from softmmu_template.h
We already include exec/address-spaces.h and exec/memory.h in cputlb.c; the include of qemu/timer.h appears to be a fossil. Backports commit 40978428853e2f7b4597ab2a9ffeb187333802dc from qemu
This commit is contained in:
parent
5c79851143
commit
0245f93c02
|
@ -23,11 +23,6 @@
|
|||
*/
|
||||
/* Modified for Unicorn Engine by Nguyen Anh Quynh, 2015 */
|
||||
|
||||
#include "qemu/timer.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "exec/memory.h"
|
||||
#include "uc_priv.h"
|
||||
|
||||
#if DATA_SIZE == 8
|
||||
#define SUFFIX q
|
||||
#define LSUFFIX q
|
||||
|
|
Loading…
Reference in a new issue