diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index ccba9576ffc..f9818b578af 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -50,11 +50,9 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "hashtab.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "obstack.h" #include "toplev.h" /* get_random_seed */ -#include "inchash.h" #include "filenames.h" #include "output.h" #include "target.h" @@ -82,6 +80,16 @@ along with GCC; see the file COPYING3. If not see #include "tree-phinodes.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 "emit-rtl.h" +#include "stmt.h" #include "expr.h" #include "tree-dfa.h" #include "params.h" @@ -93,7 +101,6 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "debug.h" #include "intl.h" -#include "wide-int.h" #include "builtins.h" /* Tree code classes. */ |