ir: consolidate reference counting functions
[babeltrace.git] / include / babeltrace / ctf-ir / clock-internal.h
index f876cd3034fa81e204f2adc0369d35c0ae910b11..7428126e42c62cfcedb76dfbeb685314595c8f79 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/ctf-writer/ref-internal.h>
 #include <babeltrace/ctf-writer/clock.h>
 #include <babeltrace/ctf-ir/trace-internal.h>
+#include <babeltrace/ctf-ir/common-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <glib.h>
 #include <babeltrace/compat/uuid.h>
 
 struct bt_ctf_clock {
-       struct bt_ctf_ref ref_count;
+       struct bt_ctf_base base;
        GString *name;
        GString *description;
        uint64_t frequency;
This page took 0.023667 seconds and 4 git commands to generate.