Use system include paths in probes
[deliverable/lttng-modules.git] / probes / lttng-probe-net.c
index f46f5c9df6fd4bdfcf079d865c401e68004aa2b8..618766389cd594047c2b7968e7bfe5905dcb6881 100644 (file)
@@ -22,7 +22,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
@@ -35,9 +35,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
 
-#include "../instrumentation/events/lttng-module/net.h"
+#include <instrumentation/events/lttng-module/net.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
This page took 0.023776 seconds and 5 git commands to generate.