summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.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 /compiler/driver/compiler_driver.cc
parentfbde4dd1cb6db729e3f3ee5bdae0cdd824d73054 (diff)
downloadandroid_art-22d5e735f403c57525fe868304c7123f0ce66399.tar.gz
android_art-22d5e735f403c57525fe868304c7123f0ce66399.tar.bz2
android_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 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 7014c3b3f8..9e88c8d875 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -35,7 +35,7 @@
#include "dex/quick/dex_file_method_inliner.h"
#include "driver/compiler_options.h"
#include "jni_internal.h"
-#include "object_utils.h"
+#include "object_lock.h"
#include "profiler.h"
#include "runtime.h"
#include "gc/accounting/card_table-inl.h"