Move headers under include/
[lttng-modules.git] / lttng-filter-validator.c
index c9094547fa47bef52d0b00e53b609f635d4b87b5..e27f6b918781d15f47da173731946908b665c124 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/jhash.h>
 #include <linux/slab.h>
 
-#include <lttng-filter.h>
+#include <lttng/lttng-filter.h>
 
 #define MERGE_POINT_TABLE_BITS         7
 #define MERGE_POINT_TABLE_SIZE         (1U << MERGE_POINT_TABLE_BITS)
This page took 0.02242 seconds and 4 git commands to generate.