Use system header paths in core implementation files
[lttng-modules.git] / lttng-filter.c
index e9f549ca3f9a2bc9963998629859bce784863dd5..e96fcd30b2c03d505480824ed510331f04f3373d 100644 (file)
@@ -23,7 +23,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.023779 seconds and 4 git commands to generate.