X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_point_private.h;h=305b81e381a5347f19909cd498f61664cef27c1f;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=fbf1ee95841a561e4e990fcf7ce6d2d5b3bc0857;hpb=4f428ff2eec852ab265fd596869c6901cd3143cb;p=platform%2Fupstream%2Fisl.git diff --git a/isl_point_private.h b/isl_point_private.h index fbf1ee9..305b81e 100644 --- a/isl_point_private.h +++ b/isl_point_private.h @@ -1,12 +1,12 @@ -#include -#include -#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);