Headers: move uatomic_*.h to urcu/uatomic/*.h, rename uatomic_arch.h to uatomic.h
[urcu.git] / urcu-pointer.c
index 7dfb53a693099c80fc100e0063caea97dad98a77..45dad2b276ba589b04794f7ce663c9bf1f6a76ba 100644 (file)
@@ -24,7 +24,7 @@
  * IBM's contributions to this file may be relicensed under LGPLv2 or later.
  */
 
-#include <urcu/uatomic_arch.h>
+#include <urcu/uatomic.h>
 
 #include "urcu/static/urcu-pointer.h"
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
This page took 0.023189 seconds and 4 git commands to generate.