diff options
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r-- | gcc/print-tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 28f51b06352..d40fb0865b7 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -29,9 +29,9 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "tree-iterator.h" #include "diagnostic.h" -#include "gimple-pretty-print.h" +#include "gimple-pretty-print.h" /* FIXME */ #include "tree-flow.h" -#include "tree-pass.h" +#include "dumpfile.h" /* Define the hash table of nodes already seen. Such nodes are not repeated; brief cross-references are used. */ |