From deda4625f1befb55a52409de2c7eda325b58e195 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 13 Mar 2020 08:15:06 +0100 Subject: move ILS include to system.h This moves ISL system header includes to system.h. * system.h (INCLUDE_ISL): New guarded include. * graphite-dependences.c: Use it. * graphite-isl-ast-to-gimple.c: Likewise. * graphite-optimize-isl.c: Likewise. * graphite-poly.c: Likewise. * graphite-scop-detection.c: Likewise. * graphite-sese-to-poly.c: Likewise. * graphite.c: Likewise. * graphite.h: Drop the includes here. --- gcc/graphite-sese-to-poly.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'gcc/graphite-sese-to-poly.c') diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c index c42415e..afce6f0 100644 --- a/gcc/graphite-sese-to-poly.c +++ b/gcc/graphite-sese-to-poly.c @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -#define USES_ISL +#define INCLUDE_ISL #include "config.h" @@ -46,15 +46,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-scalar-evolution.h" #include "domwalk.h" #include "tree-ssa-propagate.h" - -#include -#include -#include -#include -#include -#include -#include - #include "graphite.h" /* Return an isl identifier for the polyhedral basic block PBB. */ -- cgit v1.1