rculfhash: Include rculfhash-internal.h from local directory
[urcu.git] / src / rculfhash-mm-order.c
index 20f3edd8ce37cf9a5abe88e18264ec1102759b53..3d3e31f82c22eeb1139b16e68e6a10dd19061c4d 100644 (file)
@@ -21,7 +21,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <rculfhash-internal.h>
+#include <urcu/assert.h>
+
+#include "rculfhash-internal.h"
 
 static
 void cds_lfht_alloc_bucket_table(struct cds_lfht *ht, unsigned long order)
This page took 0.022467 seconds and 4 git commands to generate.