From 616e2b4a9a5ca9f362f80c4a95a84353e342abe7 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Thu, 17 Dec 2015 17:52:17 +0000 Subject: 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. From-SVN: r231783 --- gcc/graphite.h | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'gcc/graphite.h') diff --git a/gcc/graphite.h b/gcc/graphite.h index 929c399..2565da7 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -23,10 +23,26 @@ along with GCC; see the file COPYING3. If not see #define GCC_GRAPHITE_POLY_H #include "sese.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include +#include -#ifndef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS - /* isl 0.14. */ +#ifdef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS +/* isl 0.15 or later. */ +#include + +#else +/* isl 0.14 or 0.13. */ # define isl_stat int # define isl_stat_ok 0 #endif -- cgit v1.1