summaryrefslogtreecommitdiff
path: root/src/compiler/dex/compiler_internals.h
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2013-03-04 10:48:41 -0800
committer Ian Rogers <irogers@google.com> 2013-03-04 11:54:04 -0800
commit1212a022fa5f8ef9585d765b1809521812af882c (patch)
tree67ebdc1d3274c78978b3d06630874d7641d858d1 /src/compiler/dex/compiler_internals.h
parent8e6960569e9de6350d7da89aa02efe0e4b924d6f (diff)
Move the Compiler to CompilerDriver.
Change-Id: I0bb4d3c2b79b45fd8ef180688c767712b0c55978
Diffstat (limited to 'src/compiler/dex/compiler_internals.h')
-rw-r--r--src/compiler/dex/compiler_internals.h2
1 files changed, 1 insertions, 1 deletions
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"