X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fasort-test.c;h=351e65550d479aa841226982443b821650e82eae;hb=7cc9c555b0ef228f93a9f06b7c4b126b05688f79;hp=f89e0b86c4987f014572ff81e3f9329a5b09c906;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/asort-test.c b/ucw/asort-test.c index f89e0b86..351e6555 100644 --- a/ucw/asort-test.c +++ b/ucw/asort-test.c @@ -7,7 +7,8 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" +#include +#include #include #include @@ -62,7 +63,7 @@ static int qs_comp(const struct elt *X, const struct elt *Y) } #define ASORT_PREFIX(x) as_##x -#include "ucw/sorter/array-simple.h" +#include int main(void) {