diff options
Diffstat (limited to 'vm/compiler/codegen/CompilerCodegen.h')
-rw-r--r-- | vm/compiler/codegen/CompilerCodegen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/compiler/codegen/CompilerCodegen.h b/vm/compiler/codegen/CompilerCodegen.h index c9e6bd6df..28e13a5b1 100644 --- a/vm/compiler/codegen/CompilerCodegen.h +++ b/vm/compiler/codegen/CompilerCodegen.h @@ -14,11 +14,11 @@ * limitations under the License. */ -#include "../CompilerIR.h" - #ifndef _DALVIK_VM_COMPILERCODEGEN_H_ #define _DALVIK_VM_COMPILERCODEGEN_H_ +#include "compiler/CompilerIR.h" + /* Work unit is architecture dependent */ bool dvmCompilerDoWork(CompilerWorkOrder *work); |