diff options
Diffstat (limited to 'compiler/optimizing/register_allocation_resolver.h')
-rw-r--r-- | compiler/optimizing/register_allocation_resolver.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/register_allocation_resolver.h b/compiler/optimizing/register_allocation_resolver.h index f4782eb48e..278371777d 100644 --- a/compiler/optimizing/register_allocation_resolver.h +++ b/compiler/optimizing/register_allocation_resolver.h @@ -18,11 +18,10 @@ #define ART_COMPILER_OPTIMIZING_REGISTER_ALLOCATION_RESOLVER_H_ #include "base/array_ref.h" -#include "base/macros.h" #include "base/value_object.h" #include "data_type.h" -namespace art HIDDEN { +namespace art { class ArenaAllocator; class CodeGenerator; |