Use new header locations for includes from urcu code
[urcu.git] / src / urcu-pointer.c
index 61e35da5d718a05dc0f8fad69b0aeb370c7c1d66..d0854ac8fb3ac1051b573b7afad890cf6f04cc2d 100644 (file)
@@ -26,9 +26,9 @@
 
 #include <urcu/uatomic.h>
 
-#include "urcu/static/urcu-pointer.h"
+#include <urcu/static/pointer.h>
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
-#include "urcu-pointer.h"
+#include <urcu/pointer.h>
 
 extern void synchronize_rcu(void);
 
This page took 0.022923 seconds and 4 git commands to generate.