rculfqueue.h: do not include urcu-call-rcu.h
[urcu.git] / include / urcu / rculfqueue.h
index 598fa5071a2ca727e43d07a67cb2a62eb4980632..7e8078952c75302b8af10c10f421e1294bd3e34d 100644 (file)
  */
 
 #include <assert.h>
  */
 
 #include <assert.h>
-#include <urcu-call-rcu.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 struct cds_lfq_queue_rcu;
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 struct cds_lfq_queue_rcu;
+struct rcu_head;
 
 struct cds_lfq_node_rcu {
        struct cds_lfq_node_rcu *next;
 
 struct cds_lfq_node_rcu {
        struct cds_lfq_node_rcu *next;
This page took 0.022465 seconds and 4 git commands to generate.