tracepoint event instrumentation: use system headers
[deliverable/lttng-modules.git] / instrumentation / events / lttng-module / napi.h
index e6dc225dc705cc956794c0ec62775bdebcf4f03e..1126dd4c29badb5f94fbae7c4395ecf13fa5a830 100644 (file)
@@ -4,7 +4,7 @@
 #if !defined(LTTNG_TRACE_NAPI_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_NAPI_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/netdevice.h>
 #include <linux/ftrace.h>
 
@@ -27,4 +27,4 @@ LTTNG_TRACEPOINT_EVENT(napi_poll,
 #endif /* LTTNG_TRACE_NAPI_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.02536 seconds and 5 git commands to generate.