From 32a73fc494522c760b0b1287103f9f4a8971c543 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 29 Dec 2010 05:26:17 +0000 Subject: Use diagnostic-core.h instead of diagnostic.h. 2010-12-28 Sebastian Pop * Makefile.in (graphite.o): Depends on DIAGNOSTIC_CORE_H. (graphite-clast-to-gimple.o): Same. (graphite-poly.o): Same. * graphite-clast-to-gimple.c: Include diagnostic-core.h. * graphite-poly.c: Same. * graphite.c: Same. From-SVN: r168310 --- gcc/graphite-poly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/graphite-poly.c') diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index cabab44..f88788b 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "tree-flow.h" #include "tree-dump.h" #include "gimple-pretty-print.h" -- cgit v1.1