Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / lttng-filter-validator.c
index c479af08153c1d152793f2a4a9260ac7b11b21ed..38d6ed07bb531da45e1ca83ca9c1373acb71837f 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/slab.h>
 
 #include <wrapper/list.h>
-#include <lttng-filter.h>
+#include <lttng/filter.h>
 
 #define MERGE_POINT_TABLE_BITS         7
 #define MERGE_POINT_TABLE_SIZE         (1U << MERGE_POINT_TABLE_BITS)
This page took 0.023345 seconds and 4 git commands to generate.