Move headers under include/
[lttng-modules.git] / probes / lttng-probe-power.c
index 6133e52f819f56c6bc84805fb24934e6e5732035..ba00a36775d573972197e3a84696ed0d75806b4e 100644 (file)
@@ -9,7 +9,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
@@ -17,7 +17,7 @@
  */
 #include <trace/events/power.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.022942 seconds and 4 git commands to generate.