Move headers under include/
[lttng-modules.git] / probes / lttng-probe-timer.c
index 60e5a0f2348559a262c6c52c81eb5820af8933fd..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 <wrapper/tracepoint.h>
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.024328 seconds and 4 git commands to generate.