Move headers under include/
[lttng-modules.git] / probes / lttng-probe-skb.c
index ec0469ab9a73c028f42b43677a19fca0b2178f24..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 "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.022583 seconds and 4 git commands to generate.