Move libcounter to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust-ctl / ustctl.c
index d585c71dd21c30799dbddb74beb83ca9daba30c6..c89085a1eb2e3c048f99a2d6415763c70f295a94 100644 (file)
@@ -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.023707 seconds and 4 git commands to generate.