diff options
Diffstat (limited to 'gcc/gimple-streamer-out.c')
-rw-r--r-- | gcc/gimple-streamer-out.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gcc/gimple-streamer-out.c b/gcc/gimple-streamer-out.c index b1389fc3f01..aa50e553753 100644 --- a/gcc/gimple-streamer-out.c +++ b/gcc/gimple-streamer-out.c @@ -23,20 +23,14 @@ 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 "tree-eh.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" #include "cgraph.h" |