diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-12-29 05:26:17 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-12-29 05:26:17 +0000 |
commit | 32a73fc494522c760b0b1287103f9f4a8971c543 (patch) | |
tree | c05d674530b6914cabdfd2c9a4ca6a1fe357f6f3 /gcc/graphite.c | |
parent | c97c25c0b9561961b00d107647a1d9b0213507a8 (diff) | |
download | gcc-32a73fc494522c760b0b1287103f9f4a8971c543.zip gcc-32a73fc494522c760b0b1287103f9f4a8971c543.tar.gz gcc-32a73fc494522c760b0b1287103f9f4a8971c543.tar.bz2 |
Use diagnostic-core.h instead of diagnostic.h.
2010-12-28 Sebastian Pop <sebastian.pop@amd.com>
* 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
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 04462f2..70c3d46 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -35,7 +35,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 "cfgloop.h" |