X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu.h;h=5728c07d3ce4cac45a11e4540c6c5f3a934a6837;hp=417e609248053c9a4791d9721fcabe5ef7281916;hb=f000907d757239af9a08625b850b93b4ef6db508;hpb=ef84facf4b0c23bd695ca9300055e3ffc9b56006 diff --git a/urcu.h b/urcu.h index 417e609..5728c07 100644 --- a/urcu.h +++ b/urcu.h @@ -35,7 +35,8 @@ #include /* - * See urcu-pointer.h and urcu-pointer-static.h for pointer publication headers. + * See urcu-pointer.h and urcu/static/urcu-pointer.h for pointer + * publication headers. */ #include @@ -43,7 +44,7 @@ extern "C" { #endif -#include "urcu-map.h" +#include /* * Important ! @@ -55,7 +56,7 @@ extern "C" { #ifdef _LGPL_SOURCE -#include +#include /* * Mappings for static use of the userspace RCU library. @@ -85,7 +86,7 @@ extern "C" { /* * library wrappers to be used by non-LGPL compatible source code. - * See LGPL-only urcu-pointer-static.h for documentation. + * See LGPL-only urcu/static/urcu-pointer.h for documentation. */ extern void rcu_read_lock(void); @@ -110,6 +111,7 @@ extern void rcu_init(void); } #endif -#include "urcu-call-rcu.h" +#include +#include #endif /* _URCU_H */