diff options
author | 2015-04-13 12:22:36 +0100 | |
---|---|---|
committer | 2015-04-13 16:30:13 +0100 | |
commit | 3481ba2c4e4f3aa80d8c6d50a9f85dacb56b508b (patch) | |
tree | 77551c0a6d060e5a3723ad35d2ab101038f9328a /runtime/monitor_test.cc | |
parent | 095d209342420563becfec6676b46a6c6b839107 (diff) |
ART: Clean up includes.
Reduce dependencies to improve incremental build times.
Break up circular dependency involving class_linker-inl.h.
Change-Id: I4be742c5c2b5cd9855beea86630fd68aab76b0db
Diffstat (limited to 'runtime/monitor_test.cc')
-rw-r--r-- | runtime/monitor_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/monitor_test.cc b/runtime/monitor_test.cc index 6d1e721bb6..2351463391 100644 --- a/runtime/monitor_test.cc +++ b/runtime/monitor_test.cc @@ -20,6 +20,7 @@ #include <string> #include "atomic.h" +#include "class_linker-inl.h" #include "common_runtime_test.h" #include "handle_scope-inl.h" #include "mirror/class-inl.h" |