diff options
Diffstat (limited to 'gcc/tree-streamer.c')
-rw-r--r-- | gcc/tree-streamer.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gcc/tree-streamer.c b/gcc/tree-streamer.c index 7a7ea03..c66e174 100644 --- a/gcc/tree-streamer.c +++ b/gcc/tree-streamer.c @@ -24,19 +24,13 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" +#include "backend.h" #include "tree.h" -#include "fold-const.h" -#include "predict.h" -#include "tm.h" +#include "gimple.h" #include "hard-reg-set.h" -#include "function.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" +#include "options.h" +#include "fold-const.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "streamer-hooks.h" #include "cgraph.h" #include "tree-streamer.h" |