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