X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fasort-test.c;h=351e65550d479aa841226982443b821650e82eae;hb=113cb28d7428b5cd571185204a6f9f77a3680d95;hp=aa6007356010e55157868f3cfc6ef7dc7aac8408;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/asort-test.c b/ucw/asort-test.c index aa600735..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/arraysort.h" +#include int main(void) {