Fix: remove unused gfpflags.h from btrfs and compaction instrumentation
[deliverable/lttng-modules.git] / instrumentation / events / lttng-module / compaction.h
index 771da7dbcb3b2825601a5e89d7bebe4aea283240..f4f234146f9f77a37b1ddcacde146b7c3c7bc746 100644 (file)
@@ -4,10 +4,9 @@
 #if !defined(LTTNG_TRACE_COMPACTION_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_COMPACTION_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/types.h>
 #include <linux/version.h>
-#include <trace/events/gfpflags.h>
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)
 
@@ -155,4 +154,4 @@ LTTNG_TRACEPOINT_EVENT_MAP(mm_compaction_migratepages,
 #endif /* LTTNG_TRACE_COMPACTION_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.034201 seconds and 5 git commands to generate.