diff options
author | 2018-01-06 18:02:42 +0000 | |
---|---|---|
committer | 2018-01-06 18:02:42 +0000 | |
commit | bf84c1bbdbfd8d1e071ac8f3d6cc09e934212b5b (patch) | |
tree | dce1d1993734a947fb2e6f626eb1b425cb72143b /compiler/driver/compiler_driver.cc | |
parent | b496af808eaf3af5ebac50aef4fbec33323b5016 (diff) | |
parent | 9e734c7ab4599d7747a05db0dc73c7b668cb6683 (diff) |
Merge "Create dex subdirectory"
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r-- | compiler/driver/compiler_driver.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 9e69e5edc5..fe83a66d0f 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -42,13 +42,13 @@ #include "compiler.h" #include "compiler_callbacks.h" #include "compiler_driver-inl.h" +#include "dex/dex_file-inl.h" +#include "dex/dex_file_annotations.h" +#include "dex/dex_instruction-inl.h" #include "dex/dex_to_dex_compiler.h" #include "dex/verification_results.h" #include "dex/verified_method.h" #include "dex_compilation_unit.h" -#include "dex_file-inl.h" -#include "dex_file_annotations.h" -#include "dex_instruction-inl.h" #include "driver/compiler_options.h" #include "gc/accounting/card_table-inl.h" #include "gc/accounting/heap_bitmap.h" |