]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/sbuck.c
Merge branch 'master' into dev-sizet
[libucw.git] / ucw / sorter / sbuck.c
index 875b0e1f14c17f2b4d06f42adf347be615f11099..d996ef570c02ef4e2e854a8b87d7c5d4843969d1 100644 (file)
@@ -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 <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/mempool.h>
+#include <ucw/stkstring.h>
+#include <ucw/sorter/common.h>
 
 #include <fcntl.h>
 
 void *
-sorter_alloc(struct sort_context *ctx, uns size)
+sorter_alloc(struct sort_context *ctx, uint size)
 {
   return mp_alloc_zero(ctx->pool, size);
 }