aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/armemu.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-08 20:15:08 -0400
committerbunnei <ericbunnie@gmail.com>2014-04-08 20:15:08 -0400
commitde0a034a849f5a1cbe2fed9ef2cc4095c56e672a (patch)
treec19b7a97fded29a04d7aca5702ab901820a663dc /src/core/arm/interpreter/armemu.h
parent63e46abdb8764bc97e91bae862c8d461e61b1965 (diff)
fixed project includes to use new directory structure
Diffstat (limited to 'src/core/arm/interpreter/armemu.h')
-rw-r--r--src/core/arm/interpreter/armemu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/armemu.h b/src/core/arm/interpreter/armemu.h
index 2ab317fdd4..7391dea7fd 100644
--- a/src/core/arm/interpreter/armemu.h
+++ b/src/core/arm/interpreter/armemu.h
@@ -17,7 +17,7 @@
#ifndef __ARMEMU_H__
#define __ARMEMU_H__
-#include "common.h"
+#include "common/common.h"
#include "armdefs.h"
//#include "skyeye.h"