Installed headers should only include other headers with < >
[urcu.git] / urcu-bp.h
index 763eb058695b3f47b94de5dc86dd44603bf960ca..09ee9c9ddeed6161134fc2d26ad499fde7056202 100644 (file)
--- a/urcu-bp.h
+++ b/urcu-bp.h
@@ -47,7 +47,7 @@
 extern "C" {
 #endif
 
-#include "urcu/map/urcu-bp.h"
+#include <urcu/map/urcu-bp.h>
 
 /*
  * Important !
@@ -118,7 +118,7 @@ static inline void rcu_init(void)
 }
 #endif
 
-#include "urcu-call-rcu.h"
-#include "urcu-defer.h"
+#include <urcu-call-rcu.h>
+#include <urcu-defer.h>
 
 #endif /* _URCU_BP_H */
This page took 0.022217 seconds and 4 git commands to generate.