X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu-qsbr.h;h=efa0ec0638fe5bafe13660448bce7322788d7b84;hb=f6d1a94fb64e9beeaf4558f12c157784831d9084;hp=20dbf47b3aced49cfea55dd9c76e4ad69ed525cb;hpb=af7c2dbeac32c663b64ad05e4eca70e18784463b;p=userspace-rcu.git diff --git a/urcu-qsbr.h b/urcu-qsbr.h index 20dbf47..efa0ec0 100644 --- a/urcu-qsbr.h +++ b/urcu-qsbr.h @@ -41,7 +41,7 @@ extern "C" { #endif -#include "urcu/map/urcu-qsbr.h" +#include /* * Important ! @@ -90,7 +90,7 @@ extern "C" { * library debugging & tracing features we could come up with. */ -#if (!defined(BUILD_QSBR_LIB) && defined(RCU_DEBUG)) +#if (!defined(BUILD_QSBR_LIB) && !defined(RCU_DEBUG)) static inline void rcu_read_lock(void) { @@ -125,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 */