Move headers under include/
[lttng-modules.git] / probes / lttng-probe-skb.c
index d8d88f268fc44481ede39186ae1ed965ebbb92a8..0e0d89ceafaab8e04b8eaf7822bb84203529750a 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #include <linux/module.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -17,7 +17,7 @@
  */
 #include <trace/events/skb.h>
 
-#include <wrapper/tracepoint.h>
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.023388 seconds and 4 git commands to generate.