diff options
Diffstat (limited to 'runtime/base/arena_allocator.cc')
-rw-r--r-- | runtime/base/arena_allocator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/arena_allocator.cc b/runtime/base/arena_allocator.cc index 54b40f28cf..148ef86059 100644 --- a/runtime/base/arena_allocator.cc +++ b/runtime/base/arena_allocator.cc @@ -26,8 +26,8 @@ #include "logging.h" #include "mem_map.h" #include "mutex.h" -#include "thread-current-inl.h" #include "systrace.h" +#include "thread-current-inl.h" namespace art { |