diff options
| author | 2018-03-06 16:23:56 +0000 | |
|---|---|---|
| committer | 2018-03-06 16:23:56 +0000 | |
| commit | 3ef920ec34c6dc2e5ba95ee1f8dc1f7434eca4a6 (patch) | |
| tree | 133d2ee255439bbea9b72c1d4860648c07f43cf4 /runtime/native_stack_dump.cc | |
| parent | 7a79ebbd7183cc0fda43512a0add884765fd2bf1 (diff) | |
| parent | c431b9dc4b23cc950eb313695258df5d89f53b22 (diff) | |
Merge "Move most of runtime/base to libartbase/base"
Diffstat (limited to 'runtime/native_stack_dump.cc')
| -rw-r--r-- | runtime/native_stack_dump.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/native_stack_dump.cc b/runtime/native_stack_dump.cc index 4d4bab764c..396b09abcf 100644 --- a/runtime/native_stack_dump.cc +++ b/runtime/native_stack_dump.cc @@ -44,11 +44,11 @@ #include "base/file_utils.h" #include "base/memory_tool.h" #include "base/mutex.h" +#include "base/os.h" #include "base/unix_file/fd_file.h" +#include "base/utils.h" #include "oat_quick_method_header.h" -#include "os.h" #include "thread-current-inl.h" -#include "utils.h" #endif |