Refactoring: Privatize ring buffer config header
[lttng-ust.git] / libringbuffer / ring_buffer_backend.c
index 3202e8d96a2c1c4a45bb7e3e16b4b5cc5aa51488..f1f3489835555d923951c4df1d30eb46f41eb2fe 100644 (file)
@@ -12,7 +12,8 @@
 #include <limits.h>
 
 #include <lttng/align.h>
-#include <lttng/ringbuffer-config.h>
+#include <lttng/ringbuffer-context.h>
+#include "ringbuffer-config.h"
 #include "vatomic.h"
 #include "backend.h"
 #include "frontend.h"
This page took 0.024115 seconds and 4 git commands to generate.