Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-signal.c
index fcbfca13a15044a5418e7fd1623a568022151483..aee94681a9625cda4dfb236f65a645e0fa2c892c 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
@@ -21,9 +21,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/signal.h>
+#include <instrumentation/events/signal.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.026563 seconds and 4 git commands to generate.