diff options
author | Aditya Kumar <aditya.k7@samsung.com> | 2015-11-24 17:57:45 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-11-24 17:57:45 +0000 |
commit | cf98f0f49bbb11f483d131e52a0261023820e85b (patch) | |
tree | 86a46ec391bba89f99d60ff44365e72e7feffb7c /gcc/graphite-optimize-isl.c | |
parent | caadda8e359e968af9f650d65ed9950fb177f184 (diff) | |
download | gcc-cf98f0f49bbb11f483d131e52a0261023820e85b.zip gcc-cf98f0f49bbb11f483d131e52a0261023820e85b.tar.gz gcc-cf98f0f49bbb11f483d131e52a0261023820e85b.tar.bz2 |
move all declarations to a same .h file
Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
From-SVN: r230825
Diffstat (limited to 'gcc/graphite-optimize-isl.c')
-rw-r--r-- | gcc/graphite-optimize-isl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-optimize-isl.c b/gcc/graphite-optimize-isl.c index 559afc4..8727e39 100644 --- a/gcc/graphite-optimize-isl.c +++ b/gcc/graphite-optimize-isl.c @@ -52,7 +52,7 @@ along with GCC; see the file COPYING3. If not see #include <isl/schedule_node.h> #endif -#include "graphite-poly.h" +#include "graphite.h" #ifdef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS |