X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.h;h=a2f6575986bf7976811ae6db3150f81f457609c4;hp=75ea14cc0edb8ffa0060c21b1502611704342aad;hb=541d828d3101283ccdb1e25fa5a885e1d1743c1a;hpb=d9ce338dd3af50d73744b484d957875e77d4557a diff --git a/urcu-qsbr.h b/urcu-qsbr.h index 75ea14c..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-qsbr-map.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 */