diff options
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r-- | gcc/print-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 5880d9e..e0db2df 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-iterator.h" #include "gimple-pretty-print.h" /* FIXME */ #include "tree-cfg.h" -#include "tree-dump.h" +#include "dumpfile.h" #include "print-tree.h" /* Define the hash table of nodes already seen. |