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-scop-detection.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-scop-detection.c')
-rw-r--r-- | gcc/graphite-scop-detection.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index 60bb049..1f8fc76 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -54,8 +54,7 @@ along with GCC; see the file COPYING3. If not see #include <isl/map.h> #include <isl/union_map.h> -#include "graphite-poly.h" -#include "graphite-scop-detection.h" +#include "graphite.h" class debug_printer { |