Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / lttng-context-prio.c
index 84d5c5bf06ec917f624f6afb274a6ec4760da410..d300445546d443443f103a3f8607b96a3e6895ad 100644 (file)
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/sched.h>
-#include <lttng-events.h>
+#include <lttng/events.h>
 #include <ringbuffer/frontend_types.h>
 #include <wrapper/vmalloc.h>
 #include <wrapper/kallsyms.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 static
 int (*wrapper_task_prio_sym)(struct task_struct *t);
This page took 0.023724 seconds and 4 git commands to generate.