From 166db04e259ca51838c311891598664deeed85ad Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 26 Jul 2013 12:05:57 -0700 Subject: 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 --- runtime/stack.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/stack.cc') 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" -- cgit v1.1