Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / probes / lttng-kprobes.c
index 6a1347321fed1f05d531b201b8ab1b3b3e010305..a2474d0d6e9da08c2a8518bf3f86eeaf1dd0be9b 100644 (file)
 #include <linux/module.h>
 #include <linux/kprobes.h>
 #include <linux/slab.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>
 
 static
This page took 0.022887 seconds and 4 git commands to generate.