Move headers under include/
[lttng-modules.git] / lttng-context-cgroup-ns.c
index 188c1d4434d6218ff7d42b27b5e6b00ffc294e46..b2f20c4f09cd479589d89c0167301078218348d9 100644 (file)
 #include <linux/slab.h>
 #include <linux/sched.h>
 #include <linux/cgroup.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_CGROUPS) && \
-       ((LINUX_VERSION_CODE >= KERNEL_VERSION(4,6,0)) || \
-        LTTNG_UBUNTU_KERNEL_RANGE(4,4,0,0, 4,5,0,0))
+#if defined(CONFIG_CGROUPS)
 
 static
 size_t cgroup_ns_get_size(size_t offset)
This page took 0.033644 seconds and 4 git commands to generate.