Move headers under include/
[lttng-modules.git] / probes / lttng-probe-lock.c
index 3d0a68d6e1311ec0ca0b9b4ce642912831620911..f9045bc84f27b15675bd35f370235c8498b63005 100644 (file)
 
 #include <linux/module.h>
 #include <linux/version.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
 #include <trace/events/lock.h>
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.022344 seconds and 4 git commands to generate.