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