Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / include / ringbuffer / config.h
index 1549c1089e09a9d9ba399fe42195ad027c15a612..a17d22024ddc13f0374e6bb7c18ba6ba0b2eaa27 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/types.h>
 #include <linux/percpu.h>
 #include <lttng/align.h>
-#include <lttng-tracer-core.h>
+#include <lttng/tracer-core.h>
 
 struct lib_ring_buffer;
 struct channel;
@@ -234,7 +234,7 @@ void lib_ring_buffer_ctx_init(struct lib_ring_buffer_ctx *ctx,
 #define RING_BUFFER_RFLAG_END                  (1U << 1)
 
 #ifndef LTTNG_TRACER_CORE_H
-#error "lttng-tracer-core.h is needed for RING_BUFFER_ALIGN define"
+#error "lttng/tracer-core.h is needed for RING_BUFFER_ALIGN define"
 #endif
 
 /*
This page took 0.023048 seconds and 4 git commands to generate.