API : split iterator headers from babeltrace.h
[babeltrace.git] / formats / ctf / metadata / ctf-parser.y
index 697f942c7cb4f3d2a937e0d7a6effbb22ae49812..d216cd0e6479acd1cb65a626336bf59b85539d2b 100644 (file)
 #include <errno.h>
 #include <inttypes.h>
 #include <babeltrace/list.h>
-#include <babeltrace/babeltrace.h>
+#include <babeltrace/babeltrace-internal.h>
 #include "ctf-scanner.h"
 #include "ctf-parser.h"
 #include "ctf-ast.h"
 
 int yydebug;
 
-/*
- * TODO: support enum, variant and struct declarations in scopes.
- */
-
 /* Join two lists, put "add" at the end of "head".  */
 static inline void
 _cds_list_splice_tail (struct cds_list_head *add, struct cds_list_head *head)
This page took 0.023056 seconds and 4 git commands to generate.