summaryrefslogtreecommitdiff
path: root/compiler/optimizing/bounds_check_elimination.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/bounds_check_elimination.h')
-rw-r--r--compiler/optimizing/bounds_check_elimination.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/bounds_check_elimination.h b/compiler/optimizing/bounds_check_elimination.h
index f210fa9127..ef08877daa 100644
--- a/compiler/optimizing/bounds_check_elimination.h
+++ b/compiler/optimizing/bounds_check_elimination.h
@@ -17,10 +17,9 @@
#ifndef ART_COMPILER_OPTIMIZING_BOUNDS_CHECK_ELIMINATION_H_
#define ART_COMPILER_OPTIMIZING_BOUNDS_CHECK_ELIMINATION_H_
-#include "base/macros.h"
#include "optimization.h"
-namespace art HIDDEN {
+namespace art {
class SideEffectsAnalysis;
class HInductionVarAnalysis;