diff options
| author | 2016-02-08 12:46:10 +0000 | |
|---|---|---|
| committer | 2016-02-08 12:46:10 +0000 | |
| commit | a0f2bc5b09cdaf8a8ff5cec3c40a9f18885e8796 (patch) | |
| tree | f7be0f7f42b3a79eef3f1f97f39ad73f5b269b72 /compiler/oat_test.cc | |
| parent | e003beb849386236c1fe6e5edea6aaf5f58b7919 (diff) | |
| parent | 4fda4eb799c95be266f52aaf3461a440ea86b841 (diff) | |
Merge "Move code related to debug info generation to its own directory."
Diffstat (limited to 'compiler/oat_test.cc')
| -rw-r--r-- | compiler/oat_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index cff2f471bf..894d29ee99 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -21,20 +21,20 @@ #include "common_compiler_test.h" #include "compiled_method.h" #include "compiler.h" +#include "debug/method_debug_info.h" #include "dex/pass_manager.h" #include "dex/quick/dex_file_to_method_inliner_map.h" #include "dex/quick_compiler_callbacks.h" #include "dex/verification_results.h" #include "driver/compiler_driver.h" #include "driver/compiler_options.h" -#include "dwarf/method_debug_info.h" #include "elf_writer.h" #include "elf_writer_quick.h" #include "entrypoints/quick/quick_entrypoints.h" #include "linker/vector_output_stream.h" #include "mirror/class-inl.h" -#include "mirror/object_array-inl.h" #include "mirror/object-inl.h" +#include "mirror/object_array-inl.h" #include "oat_file-inl.h" #include "oat_writer.h" #include "scoped_thread_state_change.h" |