summaryrefslogtreecommitdiff
path: root/compiler/optimizing/register_allocation_resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/register_allocation_resolver.h')
-rw-r--r--compiler/optimizing/register_allocation_resolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/register_allocation_resolver.h b/compiler/optimizing/register_allocation_resolver.h
index a70ceae076..d48b1a0bb9 100644
--- a/compiler/optimizing/register_allocation_resolver.h
+++ b/compiler/optimizing/register_allocation_resolver.h
@@ -18,9 +18,9 @@
#define ART_COMPILER_OPTIMIZING_REGISTER_ALLOCATION_RESOLVER_H_
#include "base/arena_containers.h"
+#include "base/array_ref.h"
#include "base/value_object.h"
#include "primitive.h"
-#include "utils/array_ref.h"
namespace art {