From: Mathieu Desnoyers Date: Wed, 28 Oct 2015 19:57:22 +0000 (-0400) Subject: Fix: rculfhash only needs to include urcu-pointers.h X-Git-Tag: v0.8.9~4 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=7f25db7f8baccdd6a859fdba70f33a38ce90f92c;hp=7f25db7f8baccdd6a859fdba70f33a38ce90f92c;p=userspace-rcu.git Fix: rculfhash only needs to include urcu-pointers.h rculfhash is not meant to use a specific urcu flavor, but rather receive the flavor to use as parameter to _cds_lfht_new(). All we need is the API of urcu-pointers.h, so include that instead. Signed-off-by: Mathieu Desnoyers ---