Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / tests / clock-plugin / lttng-clock-plugin-test.c
index f0ae221161fb4df32a6a078b0f6d3ee749658fab..6c4213bdc01a783a171cb5a1ca3a257e66aeeb76 100644 (file)
@@ -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.02394 seconds and 4 git commands to generate.