commit | 2a5c4681ba19411c1cb22e9a7ab446dab910af1c | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Aug 14 08:22:54 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Aug 17 15:42:25 2015 -0700 |
tree | 883ea0c07aad9efdb7c86960056cbefd7992b2bc | |
parent | 228b3973b2b24783c727a55fda2b4b80375f7207 [diff] [blame] |
ART: Some header cleaning around bit-utils Try to remove dependencies where they are not necessary. Change-Id: I5ff35cb17aea369bed3725b1610b50d7eb05b81e
diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h index 550ed70..703b6f7 100644 --- a/compiler/optimizing/stack_map_stream.h +++ b/compiler/optimizing/stack_map_stream.h
@@ -19,6 +19,7 @@ #include "base/arena_containers.h" #include "base/bit_vector-inl.h" +#include "base/hash_map.h" #include "base/value_object.h" #include "memory_region.h" #include "nodes.h"