tracepoint event instrumentation: use system headers
[deliverable/lttng-modules.git] / instrumentation / events / lttng-module / btrfs.h
index 54b3099bf26338715cfb11bfa675c94e5ba53c4d..2f67d5f6287a7c4a075a82fed095e4cee7c25a48 100644 (file)
@@ -4,7 +4,7 @@
 #if !defined(LTTNG_TRACE_BTRFS_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_BTRFS_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/writeback.h>
 #include <trace/events/gfpflags.h>
 #include <linux/version.h>
@@ -523,4 +523,4 @@ LTTNG_TRACEPOINT_EVENT_MAP(free_extent_state,
 #endif /* LTTNG_TRACE_BTRFS_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.027322 seconds and 5 git commands to generate.