Headers: move uatomic_*.h to urcu/uatomic/*.h, rename uatomic_arch.h to uatomic.h
[urcu.git] / urcu / urcu_ref.h
index 75620d14f576b30f38bcc4836d4c2b7e88a56594..a422a9906fd787d1482210a5a61b6f3611b7f99c 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <assert.h>
-#include <urcu/uatomic_arch.h>
+#include <urcu/uatomic.h>
 
 struct urcu_ref {
        long refcount; /* ATOMIC */
This page took 0.02199 seconds and 4 git commands to generate.