]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/array.c
Conf: Decoupled cf_stack_done() from committing
[libucw.git] / ucw / sorter / array.c
index 53505d2a47e0527bb5b7c1460f669afce5144580..819898a3c15a7f8302bb3196da2cc6233ce2a2aa 100644 (file)
@@ -9,8 +9,8 @@
 
 #undef LOCAL_DEBUG
 
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/sorter/common.h"
+#include <ucw/lib.h>
+#include <ucw/sorter/common.h>
 
 #include <string.h>
 #include <alloca.h>
 
 #include <string.h>
 #include <alloca.h>
@@ -67,9 +67,9 @@ asort_radix(struct asort_context *ctx, void *array, void *buffer, uns num_elts,
 
 #ifdef CONFIG_UCW_THREADS
 
 
 #ifdef CONFIG_UCW_THREADS
 
-#include "ucw/threads.h"
-#include "ucw/workqueue.h"
-#include "ucw/eltpool.h"
+#include <ucw/threads.h>
+#include <ucw/workqueue.h>
+#include <ucw/eltpool.h>
 
 static uns asort_threads_use_count;
 static uns asort_threads_ready;
 
 static uns asort_threads_use_count;
 static uns asort_threads_ready;