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 e87f631c2e..292bde0272 100644 --- a/runtime/base/arena_allocator.cc +++ b/runtime/base/arena_allocator.cc @@ -25,9 +25,9 @@ #include <android-base/logging.h> +#include "base/systrace.h" #include "mem_map.h" #include "mutex.h" -#include "systrace.h" #include "thread-current-inl.h" namespace art { |