diff options
author | 2013-03-04 10:48:41 -0800 | |
---|---|---|
committer | 2013-03-04 11:54:04 -0800 | |
commit | 1212a022fa5f8ef9585d765b1809521812af882c (patch) | |
tree | 67ebdc1d3274c78978b3d06630874d7641d858d1 /src/stack.cc | |
parent | 8e6960569e9de6350d7da89aa02efe0e4b924d6f (diff) |
Move the Compiler to CompilerDriver.
Change-Id: I0bb4d3c2b79b45fd8ef180688c767712b0c55978
Diffstat (limited to 'src/stack.cc')
-rw-r--r-- | src/stack.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stack.cc b/src/stack.cc index c998f2a4dd..914e7ec403 100644 --- a/src/stack.cc +++ b/src/stack.cc @@ -16,7 +16,6 @@ #include "stack.h" -#include "compiler.h" #include "oat/runtime/context.h" #include "mirror/abstract_method-inl.h" #include "mirror/object.h" |