Move headers under include/
[lttng-modules.git] / probes / lttng-probe-jbd2.c
index 4688279af0ff38b4eaf042abe22da6ad37fb2e5a..01b1eab9edf1d1d5c7714f50aad9c6158516e118 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/jbd2.h>
 
-#include <wrapper/tracepoint.h>
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.022191 seconds and 4 git commands to generate.