X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Feltpool.c;h=11fd14aa433f3f283f923dfde44e6b37ce148b1d;hb=39b28bffc195348b93294b5fa0a8b9e87ea7317a;hp=99f353bc72f69125758db6cc7602679ea7b70cdf;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/eltpool.c b/ucw/eltpool.c index 99f353bc..11fd14aa 100644 --- a/ucw/eltpool.c +++ b/ucw/eltpool.c @@ -18,8 +18,8 @@ #undef LOCAL_DEBUG -#include "ucw/lib.h" -#include "ucw/eltpool.h" +#include +#include struct eltpool * ep_new(uns elt_size, uns elts_per_chunk) @@ -73,7 +73,7 @@ ep_total_size(struct eltpool *pool) #ifdef TEST #include -#include "ucw/clists.h" +#include struct argh { cnode n;