diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index c8eae425af8..4df973bd00c 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -41,11 +41,7 @@ along with GCC; see the file COPYING3. If not see #include "print-tree.h" #include "tm_p.h" #include "predict.h" -#include "vec.h" #include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -56,6 +52,16 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "insn-codes.h" #include "optabs.h" +#include "flags.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "insn-config.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" #include "expr.h" #include "langhooks.h" #include "bitmap.h" @@ -80,7 +86,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa.h" #include "tree-pass.h" #include "except.h" -#include "flags.h" #include "diagnostic.h" #include "gimple-pretty-print.h" #include "toplev.h" |