X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Feltpool.c;h=11fd14aa433f3f283f923dfde44e6b37ce148b1d;hb=ebf90207fdec0fbc8da266d548605cca16726a2c;hp=99f353bc72f69125758db6cc7602679ea7b70cdf;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;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;