Move headers under include/
[lttng-modules.git] / lttng-context-hostname.c
index 5f31d513960932b4f5acb10b0fe5ccede7bee688..94cb7e5e2610438869e3abf88bd93c06beb816fb 100644 (file)
@@ -11,9 +11,9 @@
 #include <linux/slab.h>
 #include <linux/sched.h>
 #include <linux/utsname.h>
-#include <lttng-events.h>
-#include <include/ringbuffer/frontend_types.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-events.h>
+#include <ringbuffer/frontend_types.h>
+#include <lttng/lttng-tracer.h>
 
 #define LTTNG_HOSTNAME_CTX_LEN (__NEW_UTS_LEN + 1)
 
This page took 0.023975 seconds and 4 git commands to generate.