Fix: futex.h: include headers outside extern C
[urcu.git] / include / urcu / rculfqueue.h
index 598fa5071a2ca727e43d07a67cb2a62eb4980632..2c06247b5b958246fec2680911af088a37a20de2 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <assert.h>
-#include <urcu-call-rcu.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 struct cds_lfq_queue_rcu;
+struct rcu_head;
 
 struct cds_lfq_node_rcu {
        struct cds_lfq_node_rcu *next;
This page took 0.022762 seconds and 4 git commands to generate.