diff options
Diffstat (limited to 'gcc/data-streamer.c')
-rw-r--r-- | gcc/data-streamer.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gcc/data-streamer.c b/gcc/data-streamer.c index 014e5f2801a..2c45eff8454 100644 --- a/gcc/data-streamer.c +++ b/gcc/data-streamer.c @@ -23,19 +23,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 "cgraph.h" #include "data-streamer.h" |