update isl for rename of header files
[cloog/uuh.git] / include / cloog / isl / backend.h
blobe4576d9eb98fc3e8ec732fe7c12295aedf122151
1 #ifndef CLOOG_ISL_BACKEND_H
2 #define CLOOG_ISL_BACKEND_H
4 #include <isl/constraint.h>
6 struct cloogbackend {
7 struct isl_ctx *ctx;
8 unsigned ctx_allocated : 1;
9 };
11 #endif /* define _H */