summaryrefslogtreecommitdiff
path: root/runtime/native_stack_dump.cc
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2018-03-06 16:23:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-03-06 16:23:56 +0000
commit3ef920ec34c6dc2e5ba95ee1f8dc1f7434eca4a6 (patch)
tree133d2ee255439bbea9b72c1d4860648c07f43cf4 /runtime/native_stack_dump.cc
parent7a79ebbd7183cc0fda43512a0add884765fd2bf1 (diff)
parentc431b9dc4b23cc950eb313695258df5d89f53b22 (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.cc4
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