Move libringbuffer to 'src/common/'
[lttng-ust.git] / src / liblttng-ust / lttng-ring-buffer-client-template.h
index d7f7769832e629869aea2ae84a17431f6064a6ab..880ae94ce1b5c989ce3672666d8912a2b2ffbb02 100644 (file)
@@ -17,7 +17,7 @@
 #include "clock.h"
 #include "context-internal.h"
 #include "lttng-tracer.h"
-#include "../libringbuffer/frontend_types.h"
+#include "common/ringbuffer/frontend_types.h"
 #include <urcu/tls-compat.h>
 
 #define LTTNG_COMPACT_EVENT_BITS       5
@@ -195,7 +195,7 @@ size_t record_header_size(
        return offset - orig_offset;
 }
 
-#include "../libringbuffer/api.h"
+#include "common/ringbuffer/api.h"
 #include "lttng-rb-clients.h"
 
 static
This page took 0.023727 seconds and 4 git commands to generate.