summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/codegen/codegen.h')
-rw-r--r--src/compiler/codegen/codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/codegen.h b/src/compiler/codegen/codegen.h
index 595a1dbb61..03ecb43171 100644
--- a/src/compiler/codegen/codegen.h
+++ b/src/compiler/codegen/codegen.h
@@ -17,7 +17,7 @@
#ifndef ART_SRC_COMPILER_CODEGEN_CODEGEN_H_
#define ART_SRC_COMPILER_CODEGEN_CODEGEN_H_
-#include "../compiler_ir.h"
+#include "compiler/compiler_ir.h"
namespace art {