Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / tests / clock-plugin / lttng-clock-plugin-test.c
index 539f2e3f0b31557db5dacff3787b9e729de76843..6c4213bdc01a783a171cb5a1ca3a257e66aeeb76 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/tracer.h>
+#include <lttng/clock.h>       /* From lttng-modules */
 
 static u64 trace_clock_read64_example(void)
 {
This page took 0.024717 seconds and 4 git commands to generate.