diff options
Diffstat (limited to 'gcc/tree-object-size.c')
-rw-r--r-- | gcc/tree-object-size.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-object-size.c b/gcc/tree-object-size.c index f3d7cf154ac..e48ee644579 100644 --- a/gcc/tree-object-size.c +++ b/gcc/tree-object-size.c @@ -22,7 +22,6 @@ 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" @@ -33,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "bitmap.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -42,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "internal-fn.h" #include "gimple-fold.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" |