Use system header paths in core implementation files
[lttng-modules.git] / lttng-filter-validator.c
index 446fc41bbda9b657a615871ed779b59c2b527227..4bf534b577f0e1f9d1979fb9cf3bfd43ed237c8e 100644 (file)
@@ -24,8 +24,8 @@
 #include <linux/jhash.h>
 #include <linux/slab.h>
 
-#include "wrapper/list.h"
-#include "lttng-filter.h"
+#include <wrapper/list.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.024421 seconds and 4 git commands to generate.