Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / probes / lttng-kretprobes.c
index e95ef7d5fb76f1a4ab8d91f773815577a23253c4..00675937a22416b9150bf24cf78925ed8ae07926 100644 (file)
 #include <linux/kprobes.h>
 #include <linux/slab.h>
 #include <linux/kref.h>
-#include <lttng-events.h>
+#include <lttng/events.h>
 #include <ringbuffer/frontend_types.h>
 #include <wrapper/vmalloc.h>
 #include <wrapper/irqflags.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 #include <blacklist/kprobes.h>
 
 enum lttng_kretprobe_type {
This page took 0.023617 seconds and 4 git commands to generate.