diff options
Diffstat (limited to 'compiler/dex/local_value_numbering.h')
-rw-r--r-- | compiler/dex/local_value_numbering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/local_value_numbering.h b/compiler/dex/local_value_numbering.h index bfacf8ea53..97ea05a914 100644 --- a/compiler/dex/local_value_numbering.h +++ b/compiler/dex/local_value_numbering.h @@ -19,9 +19,9 @@ #include <memory> +#include "base/arena_object.h" #include "base/logging.h" #include "global_value_numbering.h" -#include "utils/arena_object.h" #include "utils/dex_instruction_utils.h" namespace art { |