diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 9433301..7bfb9bc 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -94,7 +94,7 @@ The callgraph: #include "tree-flow.h" #include "value-prof.h" #include "except.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "rtl.h" #include "ipa-utils.h" |