From: Andreas Simbuerger Date: Thu, 30 Sep 2010 21:17:04 +0000 (+0000) Subject: Fix include order to avoid failed compilation on CLOOG_ORG. X-Git-Tag: releases/gcc-4.6.0~4004 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd8bb59129cbb672aa4515c4dd1a2424c4ef45a9;p=thirdparty%2Fgcc.git Fix include order to avoid failed compilation on CLOOG_ORG. 2010-08-11 Andreas Simbuerger * graphite-poly.c: Change include order. From-SVN: r164777 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ebf7fdf3c6c4..9daa730f7210 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-09-30 Andreas Simbuerger + + * graphite-poly.c: Change include order. + 2010-09-30 Andreas Simbuerger * graphite-cloog-compat.h (cloog_matrix_ncolumns): New. diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 1a1ff39bc091..11cf83f59df4 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,7 @@ +2010-08-11 Andreas Simbuerger + + * graphite-poly.c: Change include order. + 2010-08-11 Andreas Simbuerger * graphite-cloog-compat.h (cloog_matrix_ncolumns): New. diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index 878ef60b2f23..2e5345d41aff 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -44,7 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "pointer-set.h" #include "gimple.h" #include "params.h" -#include "graphite-cloog-util.h" #ifdef HAVE_cloog #include "ppl_c.h" @@ -53,6 +52,7 @@ along with GCC; see the file COPYING3. If not see #include "graphite.h" #include "graphite-poly.h" #include "graphite-dependences.h" +#include "graphite-cloog-util.h" /* Return the maximal loop depth in SCOP. */