Use system include paths in probes
[lttng-modules.git] / probes / lttng-probe-statedump.c
index d5b2957fae5ab070247403a767ad50e3f8366ccf..91e892a94f21147e641c888a6108040ddb1bbfab 100644 (file)
@@ -28,8 +28,8 @@
 #include <linux/netdevice.h>
 #include <linux/inetdevice.h>
 #include <linux/sched.h>
-#include "../lttng-events.h"
-#include "../lttng-tracer.h"
+#include <lttng-events.h>
+#include <lttng-tracer.h>
 
 /*
  * Create LTTng tracepoint probes.
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
 #define TP_SESSION_CHECK
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
 #define TRACE_INCLUDE_FILE lttng-statedump
 
-#include "../instrumentation/events/lttng-module/lttng-statedump.h"
+#include <instrumentation/events/lttng-module/lttng-statedump.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.023999 seconds and 4 git commands to generate.