Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.hpp
index fc745b8b0197bce2f7b5705c10641c7afc0dc173..8a7864e3478afa03322e95383697ccaf18b659b0 100644 (file)
 
 #include <stddef.h>
 #include <stdint.h>
-#include <stdio.h>
 
 #include <babeltrace2/babeltrace.h>
 
-#include "common/macros.h"
-
-#include "../metadata/ctf-meta.hpp"
-
 /**
  * @file bfcr.h
  *
@@ -64,9 +59,6 @@ enum bt_bfcr_status
     BT_BFCR_STATUS_OK = 0,
 };
 
-/** Field class reader. */
-struct bt_bfcr;
-
 typedef enum bt_bfcr_status (*bt_bfcr_unsigned_int_cb_func)(uint64_t, struct ctf_field_class *,
                                                             void *);
 
This page took 0.023603 seconds and 4 git commands to generate.