summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2013-07-26 12:05:57 -0700
committerIan Rogers <irogers@google.com>2013-07-29 09:52:11 -0700
commit166db04e259ca51838c311891598664deeed85ad (patch)
tree5ffa63c1b3bf58e92be2890c54f0ba6fdec2059e /runtime/stack.cc
parentd41119e863a9f9c5809b7732d30870ffd237b60c (diff)
downloadart-166db04e259ca51838c311891598664deeed85ad.zip
art-166db04e259ca51838c311891598664deeed85ad.tar.gz
art-166db04e259ca51838c311891598664deeed85ad.tar.bz2
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.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stack.cc b/runtime/stack.cc
index 286a2a6..aeb15f0 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"