X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fres-eltpool.c;h=bd2192a718c2a4acee54cf7f81c8ad0ae2d51fbf;hb=959566090f98dd31eaa67d3d5959b641e5fe902b;hp=b6027aed756773943871f901ed7796362d0e7ad0;hpb=6e307487299ee10bfc3753821601cab969592627;p=libucw.git diff --git a/ucw/res-eltpool.c b/ucw/res-eltpool.c index b6027aed..bd2192a7 100644 --- a/ucw/res-eltpool.c +++ b/ucw/res-eltpool.c @@ -7,9 +7,9 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/respool.h" -#include "ucw/eltpool.h" +#include +#include +#include #include #include @@ -22,7 +22,7 @@ ep_res_free(struct resource *r) } static void -ep_res_dump(struct resource *r, uns indent UNUSED) +ep_res_dump(struct resource *r, uint indent UNUSED) { printf(" pool=%p\n", r->priv); }