Move headers under include/
[lttng-modules.git] / probes / lttng-probe-kmem.c
index 01f2d9f11e9fa58a66bbfefa6f186ebec24b80a5..43437afc6fe34c7976b5e74314ec89e04a175ea2 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <linux/module.h>
 #include <linux/mm.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -18,7 +18,7 @@
  */
 #include <trace/events/kmem.h>
 
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.023389 seconds and 4 git commands to generate.