Unify reference counting using a common bt_object base
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index 3adae33118f7d4f89d63b3758ef430178e316c9f..ed085dabf27bce5bb3544f3e8160ee7108ad8a76 100644 (file)
@@ -31,8 +31,8 @@
 #include <babeltrace/ctf-writer/event-fields.h>
 #include <babeltrace/ctf-writer/writer.h>
 #include <babeltrace/ctf-ir/trace-internal.h>
-#include <babeltrace/ctf-ir/common-internal.h>
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/object-internal.h>
 #include <babeltrace/types.h>
 #include <babeltrace/ctf/events.h>
 #include <glib.h>
@@ -62,7 +62,7 @@ struct bt_ctf_field_path {
 };
 
 struct bt_ctf_field_type {
-       struct bt_ctf_base base;
+       struct bt_object base;
        struct bt_declaration *declaration;
        type_freeze_func freeze;
        type_serialize_func serialize;
This page took 0.02282 seconds and 4 git commands to generate.