summaryrefslogtreecommitdiffstats
path: root/runtime/proxy_test.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-07-15 22:23:51 -0700
committerIan Rogers <irogers@google.com>2014-07-16 06:13:46 -0700
commit22d5e735f403c57525fe868304c7123f0ce66399 (patch)
tree2458684efa56f0b800dd75a9dedd0449f76f581f /runtime/proxy_test.cc
parentfbde4dd1cb6db729e3f3ee5bdae0cdd824d73054 (diff)
downloadart-22d5e735f403c57525fe868304c7123f0ce66399.tar.gz
art-22d5e735f403c57525fe868304c7123f0ce66399.tar.bz2
art-22d5e735f403c57525fe868304c7123f0ce66399.zip
Remove object_utils.h.
Break into object_lock, field_helper and method_helper. Clean up header files following this. Also tidy some of the Handle code in response to compiler errors when resolving the changes in this CL. Change-Id: I73e63015a0f02a754d0866bfaf58208aebcaa295
Diffstat (limited to 'runtime/proxy_test.cc')
-rw-r--r--runtime/proxy_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/proxy_test.cc b/runtime/proxy_test.cc
index 57eb3f79b6..bd6656dda1 100644
--- a/runtime/proxy_test.cc
+++ b/runtime/proxy_test.cc
@@ -18,6 +18,7 @@
#include <vector>
#include "common_compiler_test.h"
+#include "field_helper.h"
#include "mirror/art_field-inl.h"
#include "scoped_thread_state_change.h"