xref: /llvm-project/polly/lib/External/isl/isl_maybe_ast_graft_list.h (revision e8227804ac7eef212f989339e04322113e77ec64)
1 #ifndef ISL_MAYBE_AST_GRAFT_LIST_H
2 #define ISL_MAYBE_AST_GRAFT_LIST_H
3 
4 #include "isl_ast_graft_private.h"
5 
6 #define ISL_TYPE	isl_ast_graft_list
7 #include <isl/maybe_templ.h>
8 #undef ISL_TYPE
9 
10 #endif
11