lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / ctf-writer / field-path-internal.h
index 329ca6d5c92ac830ae8d6bf3824f80694737a8d7..8bf1b4b291f3fda2432b33a9de14cd142eb76c75 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_CTF_WRITER_FIELD_PATH_INTERNAL
 
 /*
- * BabelTrace - CTF writer: Field path
- *
  * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  */
 
 #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.03342 seconds and 4 git commands to generate.