Use system include paths in probes
[deliverable/lttng-modules.git] / probes / lttng-probe-x86-irq-vectors.c
index 39c9db22050bb31edab608d2eb70150c569c4632..bc4b9a9cf5a85efda9f26925038ab741d6734c5a 100644 (file)
@@ -21,7 +21,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
@@ -29,7 +29,7 @@
  */
 #include <asm/trace/irq_vectors.h>
 
-#include "../wrapper/tracepoint.h"
+#include <wrapper/tracepoint.h>
 
 #undef TRACE_INCLUDE_PATH
 #undef TRACE_INCLUDE_FILE
@@ -41,7 +41,7 @@
 #define CREATE_TRACE_POINTS
 #define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module/arch/x86
 
-#include "../instrumentation/events/lttng-module/arch/x86/irq_vectors.h"
+#include <instrumentation/events/lttng-module/arch/x86/irq_vectors.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.024414 seconds and 5 git commands to generate.