diff options
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r-- | gcc/tree-dump.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index a30bbb2..620b391 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -22,7 +22,18 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" +#include "real.h" #include "tree.h" +#include "fixed-value.h" #include "splay-tree.h" #include "filenames.h" #include "tree-dump.h" @@ -30,7 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-iterator.h" #include "tree-pretty-print.h" #include "tree-cfg.h" -#include "wide-int.h" #include "wide-int-print.h" static unsigned int queue (dump_info_p, const_tree, int); |