Cleanup: Remove deprecated TODO file
[lttng-modules.git] / instrumentation / events / lttng-module / net.h
index 55aba4e0c99634d3b098957c0721f44cce4e6e0e..c2d8c67be0cd2779259af44df300dfc85b3e0bfe 100644 (file)
@@ -5,7 +5,7 @@
 #if !defined(LTTNG_TRACE_NET_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_NET_H
 
-#include <probes/lttng-tracepoint-event.h>
+#include <lttng/tracepoint-event.h>
 #include <linux/skbuff.h>
 #include <linux/netdevice.h>
 #include <linux/ip.h>
@@ -14,7 +14,7 @@
 #include <linux/udp.h>
 #include <linux/icmp.h>
 #include <linux/version.h>
-#include <lttng-endian.h>
+#include <lttng/endian.h>
 #include <net/sock.h>
 
 #ifndef ONCE_LTTNG_NET_H
@@ -868,4 +868,4 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(net_dev_receive_exit_template,
 #endif /* LTTNG_TRACE_NET_H */
 
 /* This part must be outside protection */
-#include <probes/define_trace.h>
+#include <lttng/define_trace.h>
This page took 0.025803 seconds and 4 git commands to generate.