summaryrefslogtreecommitdiff
path: root/runtime/stack_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack_map.h')
-rw-r--r--runtime/stack_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stack_map.h b/runtime/stack_map.h
index 21780a1bc9..3931b6242f 100644
--- a/runtime/stack_map.h
+++ b/runtime/stack_map.h
@@ -20,13 +20,13 @@
#include <limits>
#include "arch/code_offset.h"
-#include "base/bit_vector.h"
#include "base/bit_utils.h"
+#include "base/bit_vector.h"
#include "bit_memory_region.h"
#include "dex_file.h"
+#include "leb128.h"
#include "memory_region.h"
#include "method_info.h"
-#include "leb128.h"
namespace art {