Installed headers should only include other headers with < >
[urcu.git] / urcu.h
diff --git a/urcu.h b/urcu.h
index d4c87535d27caaac96111b946305454d884a676f..5728c07d3ce4cac45a11e4540c6c5f3a934a6837 100644 (file)
--- a/urcu.h
+++ b/urcu.h
@@ -44,7 +44,7 @@
 extern "C" {
 #endif 
 
-#include "urcu/map/urcu.h"
+#include <urcu/map/urcu.h>
 
 /*
  * Important !
@@ -111,7 +111,7 @@ extern 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_H */
This page took 0.022584 seconds and 4 git commands to generate.