X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Furcu%2Frculfqueue.h;h=2c06247b5b958246fec2680911af088a37a20de2;hb=014775106c60f02818ca755b331f887030bd440f;hp=598fa5071a2ca727e43d07a67cb2a62eb4980632;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d;p=userspace-rcu.git 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;