fixed includes
This commit is contained in:
parent
f5400080bd
commit
f3c9875acb
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
|
||||
#include <math.h>
|
||||
|
||||
#include "armdefs.h"
|
||||
#include "armemu.h"
|
||||
#include "core/arm/interpreter/armdefs.h"
|
||||
#include "core/arm/interpreter/armemu.h"
|
||||
|
||||
/***************************************************************************\
|
||||
* Definitions for the emulator architecture *
|
||||
|
|
Loading…
Reference in a new issue