Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / lttng-filter.c
index 6ff6be8f2a6888b4ecd7a61bce8ef25ff9830738..12c22644f26989f942c6f20f9527ade9c3a3a0a9 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/list.h>
 #include <linux/slab.h>
 
-#include <lttng-filter.h>
+#include <lttng/filter.h>
 
 static const char *opnames[] = {
        [ FILTER_OP_UNKNOWN ] = "UNKNOWN",
This page took 0.022863 seconds and 4 git commands to generate.