Move headers under include/
[lttng-modules.git] / tests / clock-plugin / lttng-clock-plugin-test.c
index 539f2e3f0b31557db5dacff3787b9e729de76843..d35ecc4a627a1a5d0fd5ff7573e0330ac54e1a17 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)
  *
  * lttng-clock-plugin-test.c
  *
@@ -10,8 +10,8 @@
 #include <linux/hrtimer.h>
 #include <linux/time.h>
 
-#include <lttng-tracer.h>
-#include <lttng-clock.h>       /* From lttng-modules */
+#include <lttng/lttng-tracer.h>
+#include <lttng/lttng-clock.h> /* From lttng-modules */
 
 static u64 trace_clock_read64_example(void)
 {
This page took 0.0224 seconds and 4 git commands to generate.