Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / lttng-context-hostname.c
index b8fa5149993c7a69f52b75b2b77c869cc4e3a0f7..86c5d021dd9c42f4cfedbfc250d889a691e5a7f9 100644 (file)
 #include <linux/slab.h>
 #include <linux/sched.h>
 #include <linux/utsname.h>
-#include <lttng-events.h>
+#include <lttng/events.h>
 #include <ringbuffer/frontend_types.h>
 #include <wrapper/vmalloc.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 #define LTTNG_HOSTNAME_CTX_LEN (__NEW_UTS_LEN + 1)
 
This page took 0.022749 seconds and 4 git commands to generate.