X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_constraint_private.h;h=e02f0762e7cb70dbfa73cd430f5e708156d15eb5;hb=19596bc4e5cd282b2e75d17077b1aaaeacbfd6f9;hp=83143254cc09f1fc9b2f910c6c3cad868437eaed;hpb=589fefc83fa2321d3f05b2ee500839a65c46c1b2;p=platform%2Fupstream%2Fisl.git diff --git a/isl_constraint_private.h b/isl_constraint_private.h index 8314325..e02f076 100644 --- a/isl_constraint_private.h +++ b/isl_constraint_private.h @@ -1,8 +1,9 @@ #ifndef ISL_CONSTRAINT_PRIVATE_H #define ISL_CONSTRAINT_PRIVATE_H -#include #include +#include +#include struct isl_constraint { int ref; @@ -12,6 +13,11 @@ struct isl_constraint { isl_vec *v; }; +#undef EL +#define EL isl_constraint + +#include + struct isl_constraint *isl_basic_set_constraint(struct isl_basic_set *bset, isl_int **line);