Move headers under include/
[lttng-modules.git] / probes / lttng-probe-kvm-x86.c
index 2eb10ae7e9cf69d24678d89ea21d588dad1d8878..0317c095c6cca9bc0d2023c7b2bdf1d2b377e3a6 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <linux/module.h>
 #include <linux/kvm_host.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /* TODO: check for header availability in Makefile */
 #include <../../arch/x86/kvm/kvm_emulate.h>
@@ -22,7 +22,7 @@
  */
 #include <trace/events/kvm.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.024089 seconds and 4 git commands to generate.