Fix: Remove include urcu/assert.h
[urcu.git] / src / rculfhash-mm-chunk.c
index a7a9b765b4c2c734389b869fc8c4f0ceb7e46281..37de22822a5e2b1d855cac12e35b4b78074de29f 100644 (file)
@@ -21,7 +21,8 @@
  */
 
 #include <stddef.h>
-#include <rculfhash-internal.h>
+
+#include "rculfhash-internal.h"
 
 static
 void cds_lfht_alloc_bucket_table(struct cds_lfht *ht, unsigned long order)
This page took 0.042702 seconds and 4 git commands to generate.