Make 'lttng/bitmap.h' a private header
[lttng-ust.git] / libcounter / counter.c
index ca25bda6c80c69f3e3cbc42b2bdaa8d2255c20a9..c98589db8329c7b16145a73e11db9dbdd57def7a 100644 (file)
@@ -9,7 +9,6 @@
 #include <errno.h>
 #include "counter.h"
 #include "counter-internal.h"
-#include <lttng/bitmap.h>
 #include <urcu/system.h>
 #include <urcu/compiler.h>
 #include <stdbool.h>
@@ -18,6 +17,8 @@
 #include "smp.h"
 #include "shm.h"
 
+#include "ust-bitmap.h"
+
 static size_t lttng_counter_get_dimension_nr_elements(struct lib_counter_dimension *dimension)
 {
        return dimension->max_nr_elem;
This page took 0.022775 seconds and 4 git commands to generate.