diff options
Diffstat (limited to 'runtime/gc/allocator/rosalloc.h')
-rw-r--r-- | runtime/gc/allocator/rosalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/allocator/rosalloc.h b/runtime/gc/allocator/rosalloc.h index b85d7dff5c..2c90773b8f 100644 --- a/runtime/gc/allocator/rosalloc.h +++ b/runtime/gc/allocator/rosalloc.h @@ -28,8 +28,8 @@ #include "base/allocator.h" #include "base/bit_utils.h" -#include "base/mutex.h" #include "base/logging.h" +#include "base/mutex.h" #include "globals.h" #include "thread.h" |