Move headers under include/
[lttng-modules.git] / lttng-context-uts-ns.c
index cb8c60f172d899a14b3049f607a4ad955a28e604..7141f6179af53c65ccd5ff808e93a4cd9fcb6d94 100644 (file)
 #include <linux/slab.h>
 #include <linux/sched.h>
 #include <linux/utsname.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_UTS_NS) && \
-       (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
+#if defined(CONFIG_UTS_NS)
 
 static
 size_t uts_ns_get_size(size_t offset)
This page took 0.022807 seconds and 4 git commands to generate.