diff options
Diffstat (limited to 'gcc/graphite-dependences.c')
-rw-r--r-- | gcc/graphite-dependences.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-dependences.c b/gcc/graphite-dependences.c index 3f4e5ea..fcc771b 100644 --- a/gcc/graphite-dependences.c +++ b/gcc/graphite-dependences.c @@ -45,7 +45,7 @@ along with GCC; see the file COPYING3. If not see #include <isl/flow.h> #include <isl/constraint.h> -#include "graphite-poly.h" +#include "graphite.h" /* Add the constraints from the set S to the domain of MAP. */ |