lib: fully detach CTF IR and CTF writer implementations
[babeltrace.git] / include / babeltrace / ctf-writer / clock-internal.h
index 5c59e29a5bda3ed1b4f4cde723fa9d3581cb2c62..0a3811d6c4d6ffdd026a94c71da93ed39a384dce 100644 (file)
  */
 
 #include <babeltrace/ctf-writer/clock.h>
-#include <babeltrace/ctf-ir/clock-class.h>
-#include <babeltrace/ctf-ir/trace-internal.h>
+#include <babeltrace/ctf-writer/clock-class-internal.h>
+#include <babeltrace/ctf-writer/trace-internal.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <glib.h>
 #include <babeltrace/compat/uuid-internal.h>
 
-struct bt_ctf_clock_class {
-       struct bt_clock_class common;
-};
-
 struct bt_ctf_clock {
        struct bt_object base;
        struct bt_ctf_clock_class *clock_class;
This page took 0.024469 seconds and 4 git commands to generate.