diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-17 17:52:17 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-17 17:52:17 +0000 |
commit | f12d4c107a7a38b10720f4fa074e6838a85809ef (patch) | |
tree | 5d8d145dee710714e5c621010c932916198d5353 /gcc/graphite-scop-detection.c | |
parent | a24f50c512734d8f4c7d585ab8e93fb6a7172dcf (diff) | |
download | gcc-f12d4c107a7a38b10720f4fa074e6838a85809ef.tar.gz |
move all isl include files to graphite.h
* graphite-dependences.c: Move all isl include files to...
* graphite-isl-ast-to-gimple.c: Same.
* graphite-optimize-isl.c: Same.
* graphite-poly.c: Same.
* graphite-scop-detection.c: Same.
* graphite.c: Same.
* graphite.h: ... here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231783 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-scop-detection.c')
-rw-r--r-- | gcc/graphite-scop-detection.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index baff5d46874..edd7968dfad 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -48,12 +48,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "tree-ssa-propagate.h" #include "gimple-pretty-print.h" - -#include <isl/constraint.h> -#include <isl/set.h> -#include <isl/map.h> -#include <isl/union_map.h> - #include "graphite.h" class debug_printer |