tracepoint event instrumentation: use system headers
[lttng-modules.git] / instrumentation / events / lttng-module / block.h
index 6b0c788ee3a3768bf36ac73f80ecca39f7a065a5..b8d939034f6dd918dc1b876c75f7490cd52fac86 100644 (file)
@@ -4,7 +4,7 @@
 #if !defined(LTTNG_TRACE_BLOCK_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_BLOCK_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/blktrace_api.h>
 #include <linux/blkdev.h>
 #include <linux/trace_seq.h>
@@ -839,5 +839,4 @@ LTTNG_TRACEPOINT_EVENT(block_rq_remap,
 #endif /* LTTNG_TRACE_BLOCK_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
-
+#include <probes/define_trace.h>
This page took 0.024064 seconds and 4 git commands to generate.