Move headers under include/
[lttng-modules.git] / probes / lttng-probe-timer.c
index ef036a6496f4f8e488ac6bbd6abcbe52c5036213..e262db42604506c6aa565eeac4df529118986026 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
@@ -18,7 +18,7 @@
 #include <linux/sched.h>
 #include <trace/events/timer.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.023009 seconds and 4 git commands to generate.