Cleanup: remove duplicated implementation of rculfhash
[lttng-tools.git] / src / common / hashtable / hashtable.h
index 05c174228b6c8a5aa4d4fefaf1034ec4767f6638..a3d41d94d29a4f1b04f716980b8497156f5e3f1f 100644 (file)
@@ -21,9 +21,8 @@
 #include <urcu.h>
 #include <stdint.h>
 
-#include "rculfhash.h"
-#include "rculfhash-internal.h"
 #include <common/macros.h>
+#include <urcu/rculfhash.h>
 
 extern unsigned long lttng_ht_seed;
 
This page took 0.023372 seconds and 4 git commands to generate.