.clang-tidy: enable cppcoreguidelines-avoid-const-or-ref-data-members
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.hpp
index d7af2e7ebd18f7d5347240e6421b09b4e66314ac..f2fe879605b78038445a9e3dc1a7190b0e938caa 100644 (file)
 #ifndef CTF_BFCR_H
 #define CTF_BFCR_H
 
-#include <stdint.h>
 #include <stddef.h>
-#include <stdio.h>
+#include <stdint.h>
+
 #include <babeltrace2/babeltrace.h>
-#include "common/macros.h"
 
-#include "../metadata/ctf-meta.hpp"
+#include "common/common.h"
 
 /**
  * @file bfcr.h
@@ -62,9 +61,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.026864 seconds and 4 git commands to generate.