Use new header locations for includes from urcu code
[urcu.git] / include / urcu / urcu-qsbr.h
index 041db21beafa47deb490d1745b3663e7be762f6a..28e60655d47d8a8300aace24b8c1b54ba911ff7f 100644 (file)
 #include <pthread.h>
 
 /*
- * See urcu-pointer.h and urcu/static/urcu-pointer.h for pointer
+ * See urcu/pointer.h and urcu/static/pointer.h for pointer
  * publication headers.
  */
-#include <urcu-pointer.h>
+#include <urcu/pointer.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -133,9 +133,9 @@ extern void urcu_qsbr_unregister_thread(void);
 }
 #endif
 
-#include <urcu-call-rcu.h>
-#include <urcu-defer.h>
-#include <urcu-flavor.h>
+#include <urcu/call-rcu.h>
+#include <urcu/defer.h>
+#include <urcu/flavor.h>
 
 #ifndef URCU_API_MAP
 #include <urcu/map/clear.h>
This page took 0.022889 seconds and 4 git commands to generate.