X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Frculfqueue.h;h=2c06247b5b958246fec2680911af088a37a20de2;hp=598fa5071a2ca727e43d07a67cb2a62eb4980632;hb=d428afc44ee5aa598c8033939ae1c1ac806f1a15;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d diff --git a/include/urcu/rculfqueue.h b/include/urcu/rculfqueue.h index 598fa50..2c06247 100644 --- a/include/urcu/rculfqueue.h +++ b/include/urcu/rculfqueue.h @@ -23,14 +23,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include #ifdef __cplusplus extern "C" { #endif struct cds_lfq_queue_rcu; +struct rcu_head; struct cds_lfq_node_rcu { struct cds_lfq_node_rcu *next;