diff options
Diffstat (limited to 'gcc/tree-nrv.c')
-rw-r--r-- | gcc/tree-nrv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c index 4eeab41..a75e22f788 100644 --- a/gcc/tree-nrv.c +++ b/gcc/tree-nrv.c @@ -21,13 +21,11 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" #include "fold-const.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "predict.h" #include "dominance.h" @@ -37,7 +35,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "gimple-iterator.h" #include "gimple-walk.h" |