tracepoint event instrumentation: use system headers
[lttng-modules.git] / instrumentation / events / lttng-module / regulator.h
index b2edf5ae9d3512112f9b9de43d2a53009fa7703e..d1fc51f8891efca30313bba771249da3462dc794 100644 (file)
@@ -4,7 +4,7 @@
 #if !defined(LTTNG_TRACE_REGULATOR_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_REGULATOR_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/ktime.h>
 
 /*
@@ -114,4 +114,4 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(regulator_value, regulator_set_voltage_complete,
 #endif /* _TRACE_POWER_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.022665 seconds and 4 git commands to generate.