Move libringbuffer to 'src/common/'
[lttng-ust.git] / src / liblttng-ust / lttng-ring-buffer-metadata-client-template.h
index 2406567ef117e886e2683ab397e70d7aba3c6fc3..954fc0202ea6d7e7e1e33e0b73de1265e2f73870 100644 (file)
@@ -14,7 +14,7 @@
 #include "common/bitfield.h"
 #include "common/align.h"
 #include "lttng-tracer.h"
-#include "../libringbuffer/frontend_types.h"
+#include "common/ringbuffer/frontend_types.h"
 #include <urcu/tls-compat.h>
 
 struct metadata_packet_header {
@@ -58,7 +58,7 @@ size_t record_header_size(
        return 0;
 }
 
-#include "../libringbuffer/api.h"
+#include "common/ringbuffer/api.h"
 #include "lttng-rb-clients.h"
 
 static uint64_t client_ring_buffer_clock_read(
This page took 0.032479 seconds and 4 git commands to generate.