diff options
| author | 2014-07-16 00:11:29 +0000 | |
|---|---|---|
| committer | 2014-07-15 00:17:18 +0000 | |
| commit | 0e359ef64546e472ed7e2292c8a48354f9907a37 (patch) | |
| tree | fd59179f7cb2a9c5155e9ec36c16d54672db280c /compiler/driver/compiler_driver_test.cc | |
| parent | 76e6773dfed9e9bf382bbb8d6c8654525fa44b0c (diff) | |
| parent | e63db27db913f1a88e2095a1ee8239b2bb9124e8 (diff) | |
Merge "Break apart header files."
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
| -rw-r--r-- | compiler/driver/compiler_driver_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index 5325a68b37..9ae9bd400a 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -25,12 +25,13 @@ #include "dex_file.h" #include "gc/heap.h" #include "mirror/art_method-inl.h" -#include "mirror/class.h" #include "mirror/class-inl.h" +#include "mirror/class_loader.h" #include "mirror/dex_cache-inl.h" #include "mirror/object_array-inl.h" #include "mirror/object-inl.h" #include "handle_scope-inl.h" +#include "scoped_thread_state_change.h" namespace art { |