Move headers under include/
[lttng-modules.git] / probes / lttng-probe-sched.c
index 495374d8578ec352b2669d92e7475f9504f143f2..854595a37b1fe822e77ae4a2ae26e14e859c3414 100644 (file)
@@ -8,7 +8,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
@@ -16,7 +16,7 @@
  */
 #include <trace/events/sched.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.023348 seconds and 4 git commands to generate.