diff options
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index 69559b7..c5b8688 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -57,6 +56,18 @@ along with GCC; see the file COPYING3. If not see #include "ssa-iterators.h" #include "stringpool.h" #include "tree-ssanames.h" +#include "hashtab.h" +#include "rtl.h" +#include "statistics.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-ssa.h" |