Fix: remove unused gfpflags.h from btrfs and compaction instrumentation
[lttng-modules.git] / instrumentation / events / lttng-module / btrfs.h
index 54b3099bf26338715cfb11bfa675c94e5ba53c4d..38c66c15e7f2def3e4bf80d58ccf2b253baf6895 100644 (file)
@@ -4,9 +4,8 @@
 #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>
 
 #ifndef _TRACE_BTRFS_DEF_
@@ -523,4 +522,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.033955 seconds and 4 git commands to generate.