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