Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.cpp
index 89560e8614ea9e1a6ec9342c54ec3de05cfb11a0..f59f65d0f2f076041982281a1fbd062a2351bcfc 100644 (file)
@@ -11,8 +11,6 @@
 #include <inttypes.h>
 #include <stddef.h>
 #include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 
 #include <babeltrace2/babeltrace.h>
@@ -56,8 +54,6 @@ struct stack_entry
     int64_t index;
 };
 
-struct bt_bfcr;
-
 /* Visit stack */
 struct stack
 {
This page took 0.022952 seconds and 4 git commands to generate.