X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fs-fixint.h;h=26edaf5fa51e8007719763a6039b44c914ebbc05;hb=6efdc514c193f18c9ef840096750c37e78a01bf6;hp=6ab0924bc024489fca962afeeb5a4a3fbe86fbbc;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/sorter/s-fixint.h b/ucw/sorter/s-fixint.h index 6ab0924b..26edaf5f 100644 --- a/ucw/sorter/s-fixint.h +++ b/ucw/sorter/s-fixint.h @@ -7,7 +7,7 @@ * of the GNU Lesser General Public License. */ -#include "ucw/stkstring.h" +#include #define ASORT_PREFIX(x) SORT_PREFIX(array_##x) #define ASORT_KEY_TYPE P(key) @@ -18,7 +18,7 @@ # define ASORT_LONG_HASH # endif #endif -#include "ucw/sorter/array.h" +#include /* * This is a more efficient implementation of the internal sorter,