]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/asort-test.c
Opt: Streamlined opt_parse_value()
[libucw.git] / ucw / asort-test.c
index aa6007356010e55157868f3cfc6ef7dc7aac8408..351e65550d479aa841226982443b821650e82eae 100644 (file)
@@ -7,7 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
+#include <ucw/lib.h>
+#include <ucw/time.h>
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -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 <ucw/sorter/array-simple.h>
 
 int main(void)
 {