diff options
Diffstat (limited to 'gcc/c/c-decl.c')
-rw-r--r-- | gcc/c/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index 711b2dd1750..09df65dee57 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -51,7 +51,7 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "tree-iterator.h" #include "diagnostic-core.h" -#include "tree-dump.h" +#include "dumpfile.h" #include "cgraph.h" #include "hashtab.h" #include "langhooks-def.h" |