Use system include paths in probes
[lttng-modules.git] / probes / lttng.c
index e1033d66239b102aad55d497d9e5220eff379096..7d063ff73cd8f163bb3ccc2e4b1727ae5b7ce7e7 100644 (file)
@@ -28,8 +28,8 @@
 #include <linux/proc_fs.h>
 #include <linux/slab.h>
 #include <linux/mm.h>
-#include "../wrapper/vmalloc.h"
-#include "../lttng-events.h"
+#include <wrapper/vmalloc.h>
+#include <lttng-events.h>
 
 #define TP_MODULE_NOAUTOLOAD
 #define LTTNG_PACKAGE_BUILD
@@ -38,7 +38,7 @@
 #define TRACE_INCLUDE_FILE lttng
 #define LTTNG_INSTRUMENTATION
 
-#include "../instrumentation/events/lttng-module/lttng.h"
+#include <instrumentation/events/lttng-module/lttng.h>
 
 /* Events written through logger are truncated at 1024 bytes */
 #define LTTNG_LOGGER_COUNT_MAX 1024
This page took 0.022667 seconds and 4 git commands to generate.