Move headers under include/
[lttng-modules.git] / probes / lttng-probe-kvm-x86-mmu.c
index d731708baec0c788e9c35768a793f7bb38b383c4..9efd105ce639fc1c00ff93a4ccad05d9a7ae9057 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <linux/module.h>
 #include <linux/kvm_host.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 #include <kvm/iodev.h>
 
@@ -17,7 +17,7 @@
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 #include <../../arch/x86/kvm/mmutrace.h>
 
This page took 0.023259 seconds and 4 git commands to generate.