tracepoint event instrumentation: use system headers
[deliverable/lttng-modules.git] / instrumentation / events / lttng-module / jbd2.h
index 2aa0a006adbcbe10ff04a3b54c5255282fd5dfb2..3ba79623428fd31963066b0dddc8610dcc1e06de 100644 (file)
@@ -4,7 +4,7 @@
 #if !defined(LTTNG_TRACE_JBD2_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_JBD2_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/jbd2.h>
 #include <linux/version.h>
 
@@ -179,4 +179,4 @@ LTTNG_TRACEPOINT_EVENT(jbd2_write_superblock,
 #endif /* LTTNG_TRACE_JBD2_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.026271 seconds and 5 git commands to generate.