X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fsbuck.c;h=7cedee9648e76d83780483dc63afd031c667b9fd;hb=1ac31d623afa6873c1cbe691bf8429c03d289ac2;hp=7ec26785fbb82acd5cb40555fb1224a48c1536d5;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/sorter/sbuck.c b/ucw/sorter/sbuck.c index 7ec26785..7cedee96 100644 --- a/ucw/sorter/sbuck.c +++ b/ucw/sorter/sbuck.c @@ -7,11 +7,11 @@ * 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 @@ -43,7 +43,7 @@ sbuck_drop(struct sort_bucket *b) } } -sh_off_t +ucw_off_t sbuck_size(struct sort_bucket *b) { if ((b->flags & SBF_OPEN_WRITE) && !(b->flags & SBF_SWAPPED_OUT))