X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfqueue.c;fp=rculfqueue.c;h=d1cea30db52fe0b09e1efa618b121ae30c5191b6;hp=09b858791d8a8babc0bff46741e188b423fd23ea;hb=4157e1ac43033c8b3ef5405b9c01e8311b2454ca;hpb=6e5f88cf94a225b155719046d87bfd32ba47e06a diff --git a/rculfqueue.c b/rculfqueue.c index 09b8587..d1cea30 100644 --- a/rculfqueue.c +++ b/rculfqueue.c @@ -20,16 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#define _LGPL_SOURCE - -#ifdef RCU_QSBR -# include "urcu-qsbr.h" -#elif defined(RCU_BP) -# include "urcu-bp.h" -#else -# include "urcu.h" -#endif - #undef _LGPL_SOURCE /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu/rculfqueue.h"