make installed header files independent of configure options
[cloog/uuh.git] / include / cloog / isl / cloog.h
blob1887a18c2f7299047ae68553bff49ce41a7c1ba9
1 #ifndef CLOOG_ISL_H
2 #define CLOOG_ISL_H
4 #ifndef CLOOG_INT_GMP
5 #define CLOOG_INT_GMP
6 #endif
8 #include <cloog/cloog.h>
9 #include <cloog/isl/constraintset.h>
10 #include <cloog/isl/domain.h>
12 CloogState *cloog_isl_state_malloc(struct isl_ctx *ctx);
14 #endif /* define _H */