Cleanup: update code layout to fix old gcc warning
[urcu.git] / src / workqueue.c
index 14957a0d3910aa83740d4e22b5420aa48658cf84..59eb21d534e9446df3f477795062e9dba4ec2abc 100644 (file)
 #include <sched.h>
 
 #include "compat-getcpu.h"
-#include "urcu/wfcqueue.h"
-#include "urcu-pointer.h"
-#include "urcu/list.h"
-#include "urcu/futex.h"
-#include "urcu/tls-compat.h"
-#include "urcu/ref.h"
+#include <urcu/wfcqueue.h>
+#include <urcu/pointer.h>
+#include <urcu/list.h>
+#include <urcu/futex.h>
+#include <urcu/tls-compat.h>
+#include <urcu/ref.h>
 #include "urcu-die.h"
 
 #include "workqueue.h"
This page took 0.022563 seconds and 4 git commands to generate.