Use new header locations for includes from urcu code
[urcu.git] / include / urcu / urcu-bp.h
index 7b00aaa8d555130f2b2dcf733344571931624c24..d3d122d0f71df610a0276af0e3e5043a6adf4ee7 100644 (file)
@@ -52,10 +52,10 @@ extern "C" {
  */
 
 /*
- * 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 _LGPL_SOURCE
 
@@ -85,7 +85,7 @@ extern "C" {
 
 /*
  * library wrappers to be used by non-LGPL compatible source code.
- * See LGPL-only urcu/static/urcu-pointer.h for documentation.
+ * See LGPL-only urcu/static/pointer.h for documentation.
  */
 
 extern void urcu_bp_read_lock(void);
@@ -184,9 +184,9 @@ static inline void urcu_bp_thread_online(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.02307 seconds and 4 git commands to generate.