Move wrapper/ringbuffer to include/ringbuffer
[lttng-modules.git] / probes / lttng-kprobes.c
index e3f82ad354f4dbc2787ee6b03af146218c246796..650db1fa91d504d32947089be463a0a72072f734 100644 (file)
 #include <linux/kprobes.h>
 #include <linux/slab.h>
 #include <lttng-events.h>
-#include <wrapper/ringbuffer/frontend_types.h>
+#include <include/ringbuffer/frontend_types.h>
 #include <wrapper/irqflags.h>
 #include <lttng-tracer.h>
-#include <blacklist/kprobes.h>
 
 static
 int lttng_kprobes_handler_pre(struct kprobe *p, struct pt_regs *regs)
This page took 0.023336 seconds and 4 git commands to generate.