Move headers under include/
[lttng-modules.git] / lttng-context-net-ns.c
index 459aa379da01decf067469a1622edc71240edaf2..490ea6f04180d87bbd56fd9dd29eca3e2f00a7f6 100644 (file)
 #include <linux/sched.h>
 #include <linux/nsproxy.h>
 #include <net/net_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_NET_NS) && \
-       (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
+#if defined(CONFIG_NET_NS)
 
 static
 size_t net_ns_get_size(size_t offset)
This page took 0.023269 seconds and 4 git commands to generate.