Move headers under include/
[lttng-modules.git] / probes / lttng-probe-napi.c
index c53003bd76074e7134644d815a93bf97e0fbac87..7771f876f727ac20287bbdf899ec4699627e4168 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/napi.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.023553 seconds and 4 git commands to generate.