Move libringbuffer to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust-ctl / ustctl.c
index d585c71dd21c30799dbddb74beb83ca9daba30c6..488148bf2d084d712585ed08503f637f7916cc65 100644 (file)
@@ -22,8 +22,8 @@
 #include "common/macros.h"
 #include "common/align.h"
 
-#include "libringbuffer/backend.h"
-#include "libringbuffer/frontend.h"
+#include "common/ringbuffer/backend.h"
+#include "common/ringbuffer/frontend.h"
 #include "liblttng-ust/ust-events-internal.h"
 #include "liblttng-ust/wait.h"
 #include "liblttng-ust/lttng-rb-clients.h"
@@ -32,9 +32,8 @@
 #include "liblttng-ust/lttng-tracer-core.h"
 #include "liblttng-ust/lttng-counter-client.h"
 
-#include "libcounter/shm.h"
-#include "libcounter/smp.h"
-#include "libcounter/counter.h"
+#include "common/counter/smp.h"
+#include "common/counter/counter.h"
 
 /*
  * Number of milliseconds to retry before failing metadata writes on
This page took 0.023426 seconds and 4 git commands to generate.