Fix: Documentation cleanup
[babeltrace.git] / include / babeltrace / ctf / metadata.h
index f283fe700e0fa3f299207464ceb5b0ebc28db691..5262f44a19e2264a8a4c9dd01524bc18373c3af9 100644 (file)
 #include <babeltrace/format.h>
 #include <babeltrace/ctf/types.h>
 #include <babeltrace/ctf-ir/metadata.h>
+#include <babeltrace/trace-handle-internal.h>
+#include <babeltrace/context-internal.h>
 #include <sys/types.h>
 #include <dirent.h>
-#include <uuid/uuid.h>
 #include <assert.h>
 #include <glib.h>
 
@@ -33,7 +34,7 @@
 #define TSDL_MAGIC     0x75D11D57
 
 struct ctf_file_stream {
-       struct ctf_stream parent;
+       struct ctf_stream_definition parent;
        struct ctf_stream_pos pos;      /* current stream position */
 };
 
This page took 0.023063 seconds and 4 git commands to generate.