diff options
| author | 2017-07-25 01:16:14 +0000 | |
|---|---|---|
| committer | 2017-07-25 01:16:14 +0000 | |
| commit | af89a91f05e849a06abfd50b8a2e1d2d81357abd (patch) | |
| tree | 4528c980b6aac2378d5278d375b7aa83a0371010 /compiler/common_compiler_test.cc | |
| parent | fde3c0db43556613504f203a6ed77a8e9aaa6f46 (diff) | |
| parent | 8cf9cb386cd9286d67e879f1ee501ec00d72a4e1 (diff) | |
Merge "ART: Include cleanup"
Diffstat (limited to 'compiler/common_compiler_test.cc')
| -rw-r--r-- | compiler/common_compiler_test.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 07bfe31e14..a9a718f43c 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -28,8 +28,8 @@  #include "driver/compiler_driver.h"  #include "driver/compiler_options.h"  #include "interpreter/interpreter.h" -#include "mirror/class_loader.h"  #include "mirror/class-inl.h" +#include "mirror/class_loader.h"  #include "mirror/dex_cache.h"  #include "mirror/object-inl.h"  #include "oat_quick_method_header.h" |