diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index f1dddb75de9..4560b724ad1 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -47,7 +47,13 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-iterator.h" #include "basic-block.h" -#include "tree-ssa.h" +#include "bitmap.h" +#include "gimple.h" +#include "gimple-ssa.h" +#include "cgraph.h" +#include "tree-phinodes.h" +#include "tree-ssanames.h" +#include "tree-dfa.h" #include "params.h" #include "pointer-set.h" #include "tree-pass.h" @@ -55,7 +61,6 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic.h" #include "tree-diagnostic.h" #include "tree-pretty-print.h" -#include "cgraph.h" #include "except.h" #include "debug.h" #include "intl.h" |