CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / field-path-internal.h
index f64cc93627ed9c87aa7445266ff8140ddb8f0ca6..8bf1b4b291f3fda2432b33a9de14cd142eb76c75 100644 (file)
  */
 
 #include <babeltrace/common-internal.h>
-#include <babeltrace/object-internal.h>
+#include <babeltrace/ctf-writer/object-internal.h>
 #include <babeltrace/assert-internal.h>
 #include <babeltrace/ctf-writer/field-types.h>
 #include <glib.h>
 
 struct bt_ctf_field_path {
-       struct bt_object base;
+       struct bt_ctf_object base;
        enum bt_ctf_scope root;
 
        /*
This page took 0.023452 seconds and 4 git commands to generate.