Remove stale local .c struct declarations (unused)
[babeltrace.git] / converter / babeltrace-lib.c
index 656bae868eac75b44177d4b88df83a2c298046a2..e08c0ada0c0a87c4ac9dd40916f088cd1785b30d 100644 (file)
 #include <errno.h>
 #include <stdio.h>
 #include <inttypes.h>
-#include <babeltrace/babeltrace.h>
+#include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/format.h>
 #include <babeltrace/ctf/types.h>
 #include <babeltrace/ctf/metadata.h>
 #include <babeltrace/ctf-text/types.h>
 #include <babeltrace/prio_heap.h>
+#include <babeltrace/babeltrace.h>
+#include <babeltrace/types.h>
+#include <babeltrace/ctf/types.h>
+#include <babeltrace/ctf-ir/metadata.h>
 
-#include "babeltrace-api.h"
+/*
+ * struct babeltrace_iter: data structure representing an iterator on a trace
+ * collection.
+ */
+struct babeltrace_iter {
+       struct ptr_heap *stream_heap;
+       struct trace_collection *tc;
+};
 
 static int stream_read_event(struct ctf_file_stream *sin)
 {
This page took 0.023167 seconds and 4 git commands to generate.