From 1212a022fa5f8ef9585d765b1809521812af882c Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Mon, 4 Mar 2013 10:48:41 -0800 Subject: Move the Compiler to CompilerDriver. Change-Id: I0bb4d3c2b79b45fd8ef180688c767712b0c55978 --- src/compiler/dex/compiler_internals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/dex/compiler_internals.h') diff --git a/src/compiler/dex/compiler_internals.h b/src/compiler/dex/compiler_internals.h index c85700af1a..8a44bb8fd6 100644 --- a/src/compiler/dex/compiler_internals.h +++ b/src/compiler/dex/compiler_internals.h @@ -25,7 +25,7 @@ #include "base/logging.h" #include "class_linker.h" #include "quick/codegen.h" -#include "compiler.h" +#include "compiler/driver/compiler_driver.h" #include "compiler_ir.h" #include "compiler_utility.h" #include "frontend.h" -- cgit v1.2.3-59-g8ed1b