diff options
author | 2013-07-26 12:05:57 -0700 | |
---|---|---|
committer | 2013-07-29 09:52:11 -0700 | |
commit | 166db04e259ca51838c311891598664deeed85ad (patch) | |
tree | 5ffa63c1b3bf58e92be2890c54f0ba6fdec2059e /runtime/stack.cc | |
parent | d41119e863a9f9c5809b7732d30870ffd237b60c (diff) |
Move assembler out of runtime into compiler/utils.
Other directory layout bits of clean up. There is still work to separate quick
and portable in some files (e.g. argument visitor, proxy..).
Change-Id: If8fecffda8ba5c4c47a035f0c622c538c6b58351
Diffstat (limited to 'runtime/stack.cc')
-rw-r--r-- | runtime/stack.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stack.cc b/runtime/stack.cc index 286a2a6a5e..aeb15f09bd 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -16,7 +16,6 @@ #include "stack.h" -#include "oat/runtime/context.h" #include "mirror/abstract_method-inl.h" #include "mirror/class-inl.h" #include "mirror/object.h" |