X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Farray.c;h=819898a3c15a7f8302bb3196da2cc6233ce2a2aa;hb=6efdc514c193f18c9ef840096750c37e78a01bf6;hp=53505d2a47e0527bb5b7c1460f669afce5144580;hpb=3229436bebbea2e27b4b6d93f691001ef8b66c70;p=libucw.git diff --git a/ucw/sorter/array.c b/ucw/sorter/array.c index 53505d2a..819898a3 100644 --- a/ucw/sorter/array.c +++ b/ucw/sorter/array.c @@ -9,8 +9,8 @@ #undef LOCAL_DEBUG -#include "ucw/lib.h" -#include "ucw/sorter/common.h" +#include +#include #include #include @@ -67,9 +67,9 @@ asort_radix(struct asort_context *ctx, void *array, void *buffer, uns num_elts, #ifdef CONFIG_UCW_THREADS -#include "ucw/threads.h" -#include "ucw/workqueue.h" -#include "ucw/eltpool.h" +#include +#include +#include static uns asort_threads_use_count; static uns asort_threads_ready;