Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / lttng-tp-mempool.c
index 7e1b51d3cf7ff2ac9f5b0e996444e09ab2cb9c2b..70ee5cc6b9d7cfef42e3a8b91b480f8097e28c01 100644 (file)
@@ -8,7 +8,7 @@
 #include <linux/slab.h>
 #include <linux/percpu.h>
 
-#include <lttng-tp-mempool.h>
+#include <lttng/tp-mempool.h>
 
 struct lttng_tp_buf_entry {
        int cpu; /* To make sure we return the entry to the right pool. */
This page took 0.022969 seconds and 4 git commands to generate.