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.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.c')
-rw-r--r-- | gcc/graphite.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index ef7e64d..ee1d211 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -59,9 +59,7 @@ along with GCC; see the file COPYING3. If not see #include <isl/options.h> #include <isl/union_map.h> -#include "graphite-poly.h" -#include "graphite-scop-detection.h" -#include "graphite-isl-ast-to-gimple.h" +#include "graphite.h" /* Print global statistics to FILE. */ |