X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fsorter.h;h=766fb709f05b858258ccc940b6683f5c9419bf3c;hb=468db9e951d59f64a479233df5c8c8ccae477d3a;hp=568ced03ea4a79d04a8d4944bf0ad9a794e2c272;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/sorter/sorter.h b/ucw/sorter/sorter.h index 568ced03..766fb709 100644 --- a/ucw/sorter/sorter.h +++ b/ucw/sorter/sorter.h @@ -114,8 +114,9 @@ * undef'd. */ -#include "ucw/sorter/common.h" -#include "ucw/fastbuf.h" +#include +#include +#include #include @@ -205,17 +206,17 @@ static inline void P(copy_merged)(P(key) **keys, struct fastbuf **data UNUSED, u #if defined(SORT_HASH_BITS) || defined(SORT_INT) #define SORT_INTERNAL_RADIX -#include "ucw/sorter/s-radix.h" +#include #endif #if defined(SORT_VAR_KEY) || defined(SORT_VAR_DATA) || defined(SORT_UNIFY_WORKSPACE) -#include "ucw/sorter/s-internal.h" +#include #else -#include "ucw/sorter/s-fixint.h" +#include #endif -#include "ucw/sorter/s-twoway.h" -#include "ucw/sorter/s-multiway.h" +#include +#include static struct fastbuf *P(sort)( #ifdef SORT_INPUT_FILE