X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fclock-internal.h;h=7428126e42c62cfcedb76dfbeb685314595c8f79;hb=4841ccc167f5f99267a0c129a1e79214b60f553c;hp=f876cd3034fa81e204f2adc0369d35c0ae910b11;hpb=be018f151e598d1916b8bbe265e3dff7e47220ca;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/clock-internal.h b/include/babeltrace/ctf-ir/clock-internal.h index f876cd30..7428126e 100644 --- a/include/babeltrace/ctf-ir/clock-internal.h +++ b/include/babeltrace/ctf-ir/clock-internal.h @@ -27,15 +27,15 @@ * SOFTWARE. */ -#include #include #include +#include #include #include #include struct bt_ctf_clock { - struct bt_ctf_ref ref_count; + struct bt_ctf_base base; GString *name; GString *description; uint64_t frequency;