Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-x86-exceptions.c
index 5428798f5205df32aa29c354113037fc417d8fdb..4a7d4e4ca73c2ebb1e8b48db0274b5dc40324a0f 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
@@ -26,9 +26,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module/arch/x86
+#define TRACE_INCLUDE_PATH instrumentation/events/arch/x86
 
-#include <instrumentation/events/lttng-module/arch/x86/exceptions.h>
+#include <instrumentation/events/arch/x86/exceptions.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.025392 seconds and 4 git commands to generate.