sink.text.pretty: abort on unknown field class type
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.cpp
index ae139d75889f7acb633d449b0fe538cce6c2a26a..f59f65d0f2f076041982281a1fbd062a2351bcfc 100644 (file)
@@ -9,11 +9,8 @@
 
 #include <glib.h>
 #include <inttypes.h>
-#include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 
 #include <babeltrace2/babeltrace.h>
@@ -57,8 +54,6 @@ struct stack_entry
     int64_t index;
 };
 
-struct bt_bfcr;
-
 /* Visit stack */
 struct stack
 {
This page took 0.023022 seconds and 4 git commands to generate.