diff options
Diffstat (limited to 'gcc/tree-dfa.c')
-rw-r--r-- | gcc/tree-dfa.c | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/gcc/tree-dfa.c b/gcc/tree-dfa.c index adf5ad3f23c..8ee46dc81f4 100644 --- a/gcc/tree-dfa.c +++ b/gcc/tree-dfa.c @@ -38,7 +38,6 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -58,12 +57,23 @@ along with GCC; see the file COPYING3. If not see #include "ssa-iterators.h" #include "stringpool.h" #include "tree-ssanames.h" +#include "rtl.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 "varasm.h" +#include "stmt.h" #include "expr.h" #include "tree-dfa.h" #include "tree-inline.h" #include "tree-pass.h" #include "params.h" -#include "wide-int.h" /* Build and maintain data flow information for trees. */ |