Move headers under include/
[lttng-modules.git] / probes / lttng-probe-x86-irq-vectors.c
index 3c760c1c2bc9905a0f932844d8ee3bad0977a493..52526a4488fcb89080a3d0ce8b49311886df1fa3 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <linux/module.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -16,7 +16,7 @@
  */
 #include <asm/trace/irq_vectors.h>
 
-#include <wrapper/tracepoint.h>
+#include <lttng/lttng-tracepoint.h>
 
 #undef TRACE_INCLUDE_PATH
 #undef TRACE_INCLUDE_FILE
This page took 0.022941 seconds and 4 git commands to generate.