lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / clock-snapshot.h
index 29de3b96e09a229a1e8b5e3d9533f19df4e60942..860b4200d4e205ec11e7df7ba9643c7b05f25bd3 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef BABELTRACE_TRACE_IR_CLOCK_SNAPSHOT_INTERNAL_H
 #define BABELTRACE_TRACE_IR_CLOCK_SNAPSHOT_INTERNAL_H
 
-#include "common/macros.h"
 #include "lib/object.h"
 #include <stdbool.h>
 #include <stdint.h>
@@ -60,17 +59,13 @@ void bt_clock_snapshot_set_raw_value(struct bt_clock_snapshot *clock_snapshot,
        bt_clock_snapshot_set(clock_snapshot);
 }
 
-BT_HIDDEN
 void bt_clock_snapshot_destroy(struct bt_clock_snapshot *clock_snapshot);
 
-BT_HIDDEN
 struct bt_clock_snapshot *bt_clock_snapshot_new(struct bt_clock_class *clock_class);
 
-BT_HIDDEN
 struct bt_clock_snapshot *bt_clock_snapshot_create(
                struct bt_clock_class *clock_class);
 
-BT_HIDDEN
 void bt_clock_snapshot_recycle(struct bt_clock_snapshot *clock_snapshot);
 
 #endif /* BABELTRACE_TRACE_IR_CLOCK_SNAPSHOT_INTERNAL_H */
This page took 0.03622 seconds and 4 git commands to generate.