X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fmempool.c;h=521724a8b582accde6f68a649f793c0d5c05e6ba;hb=5de81f1debc4341fb3af4e756b0a18e196d5ba13;hp=f776caaaf989c42ccf4848e9ff74188b592d3bf2;hpb=5204e761fb408776d1e4f0b01f0bad19f2d07e10;p=libucw.git diff --git a/ucw/mempool.c b/ucw/mempool.c index f776caaa..521724a8 100644 --- a/ucw/mempool.c +++ b/ucw/mempool.c @@ -10,8 +10,8 @@ #undef LOCAL_DEBUG -#include "ucw/lib.h" -#include "ucw/mempool.h" +#include +#include #include @@ -349,7 +349,7 @@ mp_pop(struct mempool *pool) #ifdef TEST -#include "ucw/getopt.h" +#include #include #include #include