Move headers under include/
[lttng-modules.git] / probes / lttng-probe-block.c
index f6e9aa948185b6476c3a775a1f60faebf1874699..730607e4a520ea1f409816b31d7eb5f9bb923289 100644 (file)
@@ -9,8 +9,8 @@
 
 #include <linux/module.h>
 #include <linux/blktrace_api.h>
-#include <lttng-tracer.h>
-#include <lttng-kernel-version.h>
+#include <lttng/lttng-tracer.h>
+#include <lttng/lttng-kernel-version.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -18,7 +18,7 @@
  */
 #include <trace/events/block.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.023073 seconds and 4 git commands to generate.