From 9c358739d7507b19f6834486a4a42ce37c8a90cb Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Mon, 13 Jul 2015 15:41:54 +0000 Subject: omega.h: Don't include config.h... * omega.h: Don't include config.h, don't include params.h again if omega.h has already been included. * graphite-poly.h: Include sese.h. * graphite.c: Don't include sese.h, remove needless includes and minimize includes outside #ifdef HAVE_isl block. * graphite-blocking.c: Don't include sese.h, remove needless includes, and wrap entire file in #ifdef HAVE_isl * graphite-dependences.c: Likewise. * graphite-interchange.c: Likewise. * 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. From-SVN: r225741 --- gcc/graphite-poly.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/graphite-poly.h') diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index afc0121..7ffd18e 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -22,6 +22,8 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_GRAPHITE_POLY_H #define GCC_GRAPHITE_POLY_H +#include "sese.h" + typedef struct poly_dr *poly_dr_p; typedef struct poly_bb *poly_bb_p; -- cgit v1.1