Use system include paths in probes
[deliverable/lttng-modules.git] / probes / lttng-probe-regulator.c
index 735b2c88501426aabed5bc6a382d089df1c5b84a..4e393032debbfcfe6bd1f4c7ccc3f443ee400ec7 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/regulator.h"
+#include <instrumentation/events/lttng-module/regulator.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
This page took 0.025505 seconds and 5 git commands to generate.