Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / probes / lttng-probe-ext4.c
index 7b6f02e467efe9c04f96dea5faf85438b381a8e6..4f089f6f64fafa77ca219d81d03222258c2df111 100644 (file)
@@ -14,7 +14,7 @@
 #include <../fs/ext4/mballoc.h>
 #include <../fs/ext4/ext4_extents.h>
 #include <linux/dcache.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -22,7 +22,7 @@
  */
 #include <trace/events/ext4.h>
 
-#include <lttng-kernel-version.h>
+#include <lttng/kernel-version.h>
 #include <wrapper/tracepoint.h>
 
 /*
This page took 0.02465 seconds and 4 git commands to generate.