summaryrefslogtreecommitdiff
path: root/runtime/base/arena_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/arena_allocator.h')
-rw-r--r--runtime/base/arena_allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/base/arena_allocator.h b/runtime/base/arena_allocator.h
index 060b6fac2e..c3011091e8 100644
--- a/runtime/base/arena_allocator.h
+++ b/runtime/base/arena_allocator.h
@@ -21,10 +21,10 @@
#include <stdint.h>
#include "base/bit_utils.h"
+#include "base/debug_stack.h"
+#include "base/dchecked_vector.h"
#include "base/macros.h"
#include "base/memory_tool.h"
-#include "dchecked_vector.h"
-#include "debug_stack.h"
#include "mutex.h"
namespace art {