Move headers under include/
[lttng-modules.git] / lttng-filter.c
index 45319d6f0ef7a0ccd60270d21e50d77a77cc1d71..71479336805df6378b0def1ba7f175ebef2a8088 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/list.h>
 #include <linux/slab.h>
 
-#include <lttng-filter.h>
+#include <lttng/lttng-filter.h>
 
 static const char *opnames[] = {
        [ FILTER_OP_UNKNOWN ] = "UNKNOWN",
This page took 0.022811 seconds and 4 git commands to generate.