diff options
Diffstat (limited to 'gcc/tree-streamer.c')
-rw-r--r-- | gcc/tree-streamer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-streamer.c b/gcc/tree-streamer.c index 0fcc43413ac..c1203fd7233 100644 --- a/gcc/tree-streamer.c +++ b/gcc/tree-streamer.c @@ -23,13 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "predict.h" @@ -41,7 +38,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 "hash-map.h" #include "is-a.h" #include "gimple.h" #include "streamer-hooks.h" |