diff options
Diffstat (limited to 'gcc/tree-chrec.c')
-rw-r--r-- | gcc/tree-chrec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-chrec.c b/gcc/tree-chrec.c index 4a4acd7..20c0b03 100644 --- a/gcc/tree-chrec.c +++ b/gcc/tree-chrec.c @@ -27,11 +27,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple-expr.h" #include "tree-pretty-print.h" -#include "alias.h" #include "fold-const.h" #include "cfgloop.h" #include "tree-ssa-loop-ivopts.h" |