tracepoint event instrumentation: use system headers
[deliverable/lttng-modules.git] / instrumentation / events / lttng-module / net.h
index 001175b0dbcc750d5b7c5d9ae65cd8736b01a89f..4f4b817ac4721baaea7dcc9b3d734f0817a57c74 100644 (file)
@@ -4,7 +4,7 @@
 #if !defined(LTTNG_TRACE_NET_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_NET_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/skbuff.h>
 #include <linux/netdevice.h>
 #include <linux/ip.h>
@@ -83,4 +83,4 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(net_dev_template,
 #endif /* LTTNG_TRACE_NET_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
This page took 0.024474 seconds and 5 git commands to generate.