summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2015-05-26 17:42:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-05-26 17:42:31 +0000
commitdc31313c4577bb4c00d90774159c84e738ed348d (patch)
tree5f850028ebc8843cdcaf56c5fc122bd660937603 /compiler/driver/compiler_driver.h
parent03b5a398a96ea29c39ddfe3d810245b868d2871f (diff)
parent80afd02024d20e60b197d3adfbb43cc303cf29e0 (diff)
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index 2b0985a77e..2cc2409a34 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -24,6 +24,7 @@
#include "arch/instruction_set.h"
#include "base/arena_allocator.h"
+#include "base/bit_utils.h"
#include "base/mutex.h"
#include "base/timing_logger.h"
#include "class_reference.h"
@@ -41,7 +42,6 @@
#include "utils/dedupe_set.h"
#include "utils/dex_cache_arrays_layout.h"
#include "utils/swap_space.h"
-#include "utils.h"
namespace art {