add isl_aff_mod_val
[platform/upstream/isl.git] / isl_band.c
index 18572d0..43e9f01 100644 (file)
 
 #include <isl_band_private.h>
 #include <isl_schedule_private.h>
-#include <isl_list_private.h>
+
+#undef BASE
+#define BASE band
+
+#include <isl_list_templ.c>
 
 isl_ctx *isl_band_get_ctx(__isl_keep isl_band *band)
 {