X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fs-fixint.h;h=26edaf5fa51e8007719763a6039b44c914ebbc05;hb=17b1bcca21624757189a619506e93b42f4706b77;hp=6ab0924bc024489fca962afeeb5a4a3fbe86fbbc;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;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,