diff options
Diffstat (limited to 'runtime/bytecode_utils.h')
-rw-r--r-- | runtime/bytecode_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/bytecode_utils.h b/runtime/bytecode_utils.h index fa87b1d6da..b6a3c03191 100644 --- a/runtime/bytecode_utils.h +++ b/runtime/bytecode_utils.h @@ -18,8 +18,8 @@ #define ART_RUNTIME_BYTECODE_UTILS_H_ #include "base/arena_object.h" -#include "dex_file.h" #include "dex_file-inl.h" +#include "dex_file.h" #include "dex_instruction-inl.h" namespace art { |