]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/workqueue.c
Use #include <ucw/...> instead of "ucw/..." (and similarly for the other libs)
[libucw.git] / ucw / workqueue.c
index 2dd58c9ecfeb0b1fafd877b1202fbce8d7f93c72..732160bba65553a277403f6cee6159543283baad 100644 (file)
@@ -7,10 +7,10 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/threads.h"
-#include "ucw/workqueue.h"
-#include "ucw/heap.h"
+#include <ucw/lib.h>
+#include <ucw/threads.h>
+#include <ucw/workqueue.h>
+#include <ucw/heap.h>
 
 static void *
 worker_thread_init(void *arg)
 
 static void *
 worker_thread_init(void *arg)