Use system include paths in probes
[deliverable/lttng-modules.git] / probes / lttng-kprobes.c
index c2547f0a48c0fb5288ef95d1cae9d47071873520..daf14ceca9d42ac29e85edd279dbbaea59b0763a 100644 (file)
 #include <linux/module.h>
 #include <linux/kprobes.h>
 #include <linux/slab.h>
-#include "../lttng-events.h"
-#include "../wrapper/ringbuffer/frontend_types.h"
-#include "../wrapper/vmalloc.h"
-#include "../wrapper/irqflags.h"
-#include "../lttng-tracer.h"
+#include <lttng-events.h>
+#include <wrapper/ringbuffer/frontend_types.h>
+#include <wrapper/vmalloc.h>
+#include <wrapper/irqflags.h>
+#include <lttng-tracer.h>
 
 static
 int lttng_kprobes_handler_pre(struct kprobe *p, struct pt_regs *regs)
This page took 0.023996 seconds and 5 git commands to generate.