X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.h;h=a2f6575986bf7976811ae6db3150f81f457609c4;hp=1d5c568576f9d29dbbbff5683035718dbda2bcd0;hb=541d828d3101283ccdb1e25fa5a885e1d1743c1a;hpb=57760d447eaed07f8a9c6552b8cefc6223ac1158 diff --git a/urcu-qsbr.h b/urcu-qsbr.h index 1d5c568..a2f6575 100644 --- a/urcu-qsbr.h +++ b/urcu-qsbr.h @@ -32,7 +32,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 @@ -40,7 +41,7 @@ extern "C" { #endif -#include "urcu/map/urcu-qsbr.h" +#include /* * Important ! @@ -52,7 +53,7 @@ extern "C" { #ifdef _LGPL_SOURCE -#include +#include /* * Mappings for static use of the userspace RCU library. @@ -124,7 +125,8 @@ extern void rcu_unregister_thread(void); } #endif -#include "urcu-call-rcu.h" -#include "urcu-defer.h" +#include +#include +#include #endif /* _URCU_QSBR_H */