diff options
| author | 2018-04-26 21:14:56 +0000 | |
|---|---|---|
| committer | 2018-04-26 21:14:56 +0000 | |
| commit | 9e0b75b1ce6fd69859b300b3c266e87b190521e1 (patch) | |
| tree | 92b7deea052015dd64bea6fc72d76c67f69e0e5d /compiler/driver/compiler_driver_test.cc | |
| parent | 5a87e19e4bf1b6719c2aad3effde1b38d2c3085c (diff) | |
| parent | 82d046e7c9daad9b706cbec7df7025c5a4ef9163 (diff) | |
Merge "Add a profiling library"
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
| -rw-r--r-- | compiler/driver/compiler_driver_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index 1332280d20..856cb36266 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -30,12 +30,12 @@ #include "dex/dex_file_types.h" #include "gc/heap.h" #include "handle_scope-inl.h" -#include "jit/profile_compilation_info.h" #include "mirror/class-inl.h" #include "mirror/class_loader.h" #include "mirror/dex_cache-inl.h" #include "mirror/object-inl.h" #include "mirror/object_array-inl.h" +#include "profile/profile_compilation_info.h" #include "scoped_thread_state_change-inl.h" namespace art { |