X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fsbuck.c;h=d996ef570c02ef4e2e854a8b87d7c5d4843969d1;hb=f1155256f7a168f5e2c0097cb4e7197b79c4f041;hp=875b0e1f14c17f2b4d06f42adf347be615f11099;hpb=e8060fa4647c5c4ccf07efb91a35f65c543dfc4f;p=libucw.git diff --git a/ucw/sorter/sbuck.c b/ucw/sorter/sbuck.c index 875b0e1f..d996ef57 100644 --- a/ucw/sorter/sbuck.c +++ b/ucw/sorter/sbuck.c @@ -7,16 +7,16 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/fastbuf.h" -#include "ucw/mempool.h" -#include "ucw/stkstring.h" -#include "ucw/sorter/common.h" +#include +#include +#include +#include +#include #include void * -sorter_alloc(struct sort_context *ctx, uns size) +sorter_alloc(struct sort_context *ctx, uint size) { return mp_alloc_zero(ctx->pool, size); }