Move headers under include/
[lttng-modules.git] / probes / lttng-probe-kvm.c
index 4c6d04c10e314d81274d812b2bceeb659deb6e19..796bd8fb0fc6aec9c60d0739300f4f5fa1eec2b4 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <linux/module.h>
 #include <linux/kvm_host.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/kvm.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.023018 seconds and 4 git commands to generate.