X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Ffb-pool.c;h=e8628dcd9e09bd9c9efd6e4ca09b9fe1b230fc85;hb=117c8e6725fca812c6ef9ebc26d3133f980ecb7e;hp=17a9c6dc5ed7de6a96150ebd3a2cce830bff2e87;hpb=ba1c173f544383aa6553a75dee6e6858d8f243a4;p=libucw.git diff --git a/ucw/fb-pool.c b/ucw/fb-pool.c index 17a9c6dc..e8628dcd 100644 --- a/ucw/fb-pool.c +++ b/ucw/fb-pool.c @@ -7,14 +7,14 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/mempool.h" -#include "ucw/fastbuf.h" +#include +#include +#include #include #include -#define FB_POOL(f) ((struct fbpool *)(f)->is_fastbuf) +#define FB_POOL(f) ((struct fbpool *)(f)) static void fbpool_spout(struct fastbuf *b)