Move headers under include/
[lttng-modules.git] / lttng-context-ipc-ns.c
index 4e9a60ee77769b0e30476f0f966d950d3a09e12e..13470f50b96d5fb70f679ec814d24701bd526bd5 100644 (file)
 #include <linux/slab.h>
 #include <linux/sched.h>
 #include <linux/ipc_namespace.h>
-#include <lttng-events.h>
-#include <wrapper/ringbuffer/frontend_types.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-events.h>
+#include <ringbuffer/frontend_types.h>
+#include <lttng/lttng-tracer.h>
 
-#if defined(CONFIG_IPC_NS) && \
-       (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
+#if defined(CONFIG_IPC_NS)
 
 static
 size_t ipc_ns_get_size(size_t offset)
This page took 0.022784 seconds and 4 git commands to generate.