summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2018-03-06 16:23:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-03-06 16:23:56 +0000
commit3ef920ec34c6dc2e5ba95ee1f8dc1f7434eca4a6 (patch)
tree133d2ee255439bbea9b72c1d4860648c07f43cf4 /compiler/optimizing/codegen_test.cc
parent7a79ebbd7183cc0fda43512a0add884765fd2bf1 (diff)
parentc431b9dc4b23cc950eb313695258df5d89f53b22 (diff)
Merge "Move most of runtime/base to libartbase/base"
Diffstat (limited to 'compiler/optimizing/codegen_test.cc')
-rw-r--r--compiler/optimizing/codegen_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/codegen_test.cc b/compiler/optimizing/codegen_test.cc
index ba4040acad..a0fd5ffcb1 100644
--- a/compiler/optimizing/codegen_test.cc
+++ b/compiler/optimizing/codegen_test.cc
@@ -18,6 +18,7 @@
#include <memory>
#include "base/macros.h"
+#include "base/utils.h"
#include "builder.h"
#include "codegen_test_utils.h"
#include "dex/dex_file.h"
@@ -26,7 +27,6 @@
#include "nodes.h"
#include "optimizing_unit_test.h"
#include "register_allocator_linear_scan.h"
-#include "utils.h"
#include "utils/arm/assembler_arm_vixl.h"
#include "utils/arm/managed_register_arm.h"
#include "utils/mips/managed_register_mips.h"