summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.h b/src/constants.h
index 22a4043207..2dd13b7195 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -4,9 +4,9 @@
#define ART_SRC_CONSTANTS_H_
#if defined(__i386__)
-#include "src/constants_x86.h"
+#include "constants_x86.h"
#elif defined(__arm__)
-#include "src/constants_arm.h"
+#include "constants_arm.h"
#endif
#endif // ART_SRC_CONSTANTS_H_