Use new header locations for includes from urcu code
[urcu.git] / include / urcu / urcu-signal.h
index 8c36450a93a65b5e661e15ddd49f6199b9f36521..59c5d0131d514e15b5da3b95cf717bcca395f424 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" {
@@ -79,7 +79,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_signal_read_lock(void);
@@ -120,9 +120,9 @@ static inline void urcu_signal_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.023043 seconds and 4 git commands to generate.