Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-x86-irq-vectors.c
index 3c760c1c2bc9905a0f932844d8ee3bad0977a493..1f644061d5748d158ce488703002527a5b161354 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/irq_vectors.h>
+#include <instrumentation/events/arch/x86/irq_vectors.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.024161 seconds and 4 git commands to generate.