make isl_multi_* files more self-contained
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 30 Apr 2013 19:07:28 +0000 (21:07 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 4 May 2013 09:32:26 +0000 (11:32 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/multi.h
isl_multi_templ.c
isl_multi_templ.h

index 31b7aca..a73f837 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef ISL_MULTI_H
 #define ISL_MULTI_H
 
+#include <isl/space.h>
 #include <isl/list.h>
 
 #if defined(__cplusplus)
index 0156411..a275f1b 100644 (file)
@@ -8,6 +8,10 @@
  * Ecole Normale Superieure, 45 rue d’Ulm, 75230 Paris, France
  */
 
+#include <isl_space_private.h>
+#include <isl/set.h>
+#include <isl_reordering.h>
+
 #define xCAT(A,B) A ## B
 #define CAT(A,B) xCAT(A,B)
 #undef EL
index 5a28219..342d9a2 100644 (file)
@@ -1,3 +1,5 @@
+#include <isl/space.h>
+
 #define xCAT(A,B) A ## B
 #define CAT(A,B) xCAT(A,B)
 #undef EL