Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-sched.c
index 577cb4088a9d8406d35029a3f7593f00eb362043..ba1b3f72dcf9e094f65ec96df46c04ff02112952 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <linux/module.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -23,9 +23,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events
 
-#include <instrumentation/events/lttng-module/sched.h>
+#include <instrumentation/events/sched.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.023686 seconds and 4 git commands to generate.