Move headers under include/
[lttng-modules.git] / probes / lttng-probe-writeback.c
index 14495db94e805bb6a24f78a16473546e4ddda60d..17f8a0da3a8b5f7d25de4475c507abb0159fe5db 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/module.h>
 #include <linux/device.h>
 #include <linux/mm.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -19,7 +19,7 @@
  */
 #include <trace/events/writeback.h>
 
-#include <lttng-kernel-version.h>
+#include <lttng/lttng-kernel-version.h>
 
 /* #if <check version number if global_dirty_limit will be exported> */
 
This page took 0.024746 seconds and 4 git commands to generate.