X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_point_private.h;h=305b81e381a5347f19909cd498f61664cef27c1f;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=327f55f5bca2e3ffd86bb20f514ebd85f1b5724c;hpb=f3c292bf31fbb13ce50a8877ee71910897276a24;p=platform%2Fupstream%2Fisl.git diff --git a/isl_point_private.h b/isl_point_private.h index 327f55f..305b81e 100644 --- a/isl_point_private.h +++ b/isl_point_private.h @@ -1,12 +1,12 @@ -#include +#include #include #include struct isl_point { int ref; - struct isl_dim *dim; + isl_space *dim; struct isl_vec *vec; }; -__isl_give isl_point *isl_point_alloc(__isl_take isl_dim *dim, +__isl_give isl_point *isl_point_alloc(__isl_take isl_space *dim, __isl_take isl_vec *vec);