Move headers under include/
[lttng-modules.git] / probes / lttng-probe-x86-irq-vectors.c
index a7c8c2a0f65a724c41e892a2bc1049f68ba026d9..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 "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 #undef TRACE_INCLUDE_PATH
 #undef TRACE_INCLUDE_FILE
This page took 0.022767 seconds and 4 git commands to generate.