libs: use system include paths
[lttng-modules.git] / lib / prio_heap / lttng_prio_heap.c
index d296da0c2a1f85dfdb7b47e3201756466d056355..6db7f524008c332dfa426f5dbf7c8a5d4b9361b7 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #include <linux/slab.h>
-#include "lttng_prio_heap.h"
+#include <lib/prio_heap/lttng_prio_heap.h>
 
 #ifdef DEBUG_HEAP
 void lttng_check_heap(const struct lttng_ptr_heap *heap)
This page took 0.028116 seconds and 4 git commands to generate.