isl_constraint_private.h: perform proper includes
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Jun 2013 17:29:53 +0000 (19:29 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Jun 2013 17:29:53 +0000 (19:29 +0200)
This was missing from 87904b9 (implement isl_constraint on top of isl_vec,
Mon Aug 29 15:34:59 2011 +0200).

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_constraint_private.h

index 1a3b44e..e02f076 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef ISL_CONSTRAINT_PRIVATE_H
 #define ISL_CONSTRAINT_PRIVATE_H
 
-#include <isl/aff.h>
 #include <isl/constraint.h>
+#include <isl/local_space.h>
+#include <isl/vec.h>
 
 struct isl_constraint {
        int ref;