Cleanup: Move headers from probes/ to include/lttng/
[lttng-modules.git] / instrumentation / events / lttng-module / preemptirq.h
index d34f8d6b75779372e2f70976186c899219629107..36aa36cb73c6b26b1c178e9387d84361a326615f 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/ktime.h>
 #include <linux/string.h>
 #include <asm/sections.h>
-#include <probes/lttng-tracepoint-event.h>
+#include <lttng/tracepoint-event.h>
 
 /*
  * The preemptirq probe is built when CONFIG_PREEMPTIRQ_EVENTS is defined.
@@ -95,6 +95,6 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(preemptirq_template, preempt_enable,
 #endif /* LTTNG_TRACE_PREEMPTIRQ_H */
 
 /* This part must be outside protection */
-#include <probes/define_trace.h>
+#include <lttng/define_trace.h>
 
 #endif /* CONFIG_PREEMPTIRQ_EVENTS */
This page took 0.023138 seconds and 4 git commands to generate.