cleanup: function attribute 'unused'
[lttng-ust.git] / libcounter / counter.c
index ca25bda6c80c69f3e3cbc42b2bdaa8d2255c20a9..fae7266cde315364ff6ca1d61c47bc666e625392 100644 (file)
@@ -5,18 +5,18 @@
  * Copyright (C) 2020 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-#define _GNU_SOURCE
 #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>
 #include <ust-helper.h>
-#include <lttng/align.h>
 #include "smp.h"
 #include "shm.h"
+#include "ust-compat.h"
+
+#include "ust-bitmap.h"
 
 static size_t lttng_counter_get_dimension_nr_elements(struct lib_counter_dimension *dimension)
 {
This page took 0.023081 seconds and 4 git commands to generate.