Move headers under include/
[lttng-modules.git] / probes / lttng-probe-sched.c
index bb1e12dc5e8cd58ea93788df8242a463c37a0899..854595a37b1fe822e77ae4a2ae26e14e859c3414 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * probes/lttng-probe-sched.c
  *
@@ -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 <wrapper/tracepoint.h>
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.027003 seconds and 4 git commands to generate.