aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
diff options
context:
space:
mode:
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>2010-09-30 21:17:04 +0000
committerSebastian Pop <spop@gcc.gnu.org>2010-09-30 21:17:04 +0000
commitfd8bb59129cbb672aa4515c4dd1a2424c4ef45a9 (patch)
tree5a3897267eaa16f400f48e340926e7c5a00e1643 /gcc/graphite-poly.c
parent562c1b02f197f69821c08af274de794b21499681 (diff)
downloadgcc-fd8bb59129cbb672aa4515c4dd1a2424c4ef45a9.zip
gcc-fd8bb59129cbb672aa4515c4dd1a2424c4ef45a9.tar.gz
gcc-fd8bb59129cbb672aa4515c4dd1a2424c4ef45a9.tar.bz2
Fix include order to avoid failed compilation on CLOOG_ORG.
2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de> * graphite-poly.c: Change include order. From-SVN: r164777
Diffstat (limited to 'gcc/graphite-poly.c')
-rw-r--r--gcc/graphite-poly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c
index 878ef60..2e5345d 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. */