diff options
Diffstat (limited to 'gcc/tree-streamer.c')
-rw-r--r-- | gcc/tree-streamer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-streamer.c b/gcc/tree-streamer.c index c1203fd7233..ad1510df0e8 100644 --- a/gcc/tree-streamer.c +++ b/gcc/tree-streamer.c @@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -32,13 +31,11 @@ along with GCC; see the file COPYING3. If not see #include "predict.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "streamer-hooks.h" #include "plugin-api.h" |