diff options
Diffstat (limited to 'runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc')
-rw-r--r-- | runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc b/runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc index 1b1ef66c76..3d42ea09d9 100644 --- a/runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc @@ -14,11 +14,11 @@ * limitations under the License. */ +#include "art_method-inl.h" #include "base/logging.h" #include "callee_save_frame.h" #include "dex_file-inl.h" #include "interpreter/interpreter.h" -#include "mirror/art_method-inl.h" #include "mirror/class-inl.h" #include "mirror/object_array-inl.h" #include "mirror/object-inl.h" |