Use system include paths in probes
[lttng-modules.git] / probes / lttng-probe-x86-exceptions.c
index a8c9bf32178725803699ba3364ac496b64f3620b..ae239e4297828a5fdecb02e6bfd552f9d1f10bb8 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/exceptions.h>
 
-#include "../wrapper/tracepoint.h"
+#include <wrapper/tracepoint.h>
 
 #undef TRACE_INCLUDE_PATH
 #undef TRACE_INCLUDE_FILE
@@ -39,9 +39,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/lttng-module/arch/x86
 
-#include "../instrumentation/events/lttng-module/arch/x86/exceptions.h"
+#include <instrumentation/events/lttng-module/arch/x86/exceptions.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.023475 seconds and 4 git commands to generate.