Use system include paths in root directory headers
[lttng-modules.git] / lttng-events.h
index 2eccf8692864f2cfae6ea1809e085fe058482976..c246860d87c4f2347037dced237fcbc8ed9bfecf 100644 (file)
@@ -27,9 +27,9 @@
 #include <linux/list.h>
 #include <linux/kprobes.h>
 #include <linux/kref.h>
-#include "wrapper/uuid.h"
-#include "lttng-abi.h"
-#include "lttng-abi-old.h"
+#include <wrapper/uuid.h>
+#include <lttng-abi.h>
+#include <lttng-abi-old.h>
 
 #define lttng_is_signed_type(type)     (((type)(-1)) < 0)
 
This page took 0.025471 seconds and 4 git commands to generate.