lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / field.h
index df303b662e379993eec73b6c923c49d4fa5a5acc..87446b26fc1b782baa1572ebb5234daae7372344 100644 (file)
@@ -8,19 +8,13 @@
 #ifndef BABELTRACE_TRACE_IR_FIELDS_INTERNAL_H
 #define BABELTRACE_TRACE_IR_FIELDS_INTERNAL_H
 
-#include "lib/assert-cond.h"
-#include "common/common.h"
 #include "lib/object.h"
-#include "common/macros.h"
 #include <babeltrace2/types.h>
 #include <stdint.h>
-#include <string.h>
-#include <inttypes.h>
 #include <stdbool.h>
 #include <glib.h>
 
 #include "field-class.h"
-#include "utils.h"
 
 struct bt_field;
 
@@ -130,7 +124,6 @@ struct bt_field_string {
 # define bt_field_set_single(_field, _val)
 #endif
 
-BT_HIDDEN
 void _bt_field_set_is_frozen(const struct bt_field *field, bool is_frozen);
 
 static inline
@@ -164,10 +157,8 @@ end:
        return is_set;
 }
 
-BT_HIDDEN
 struct bt_field *bt_field_create(struct bt_field_class *class);
 
-BT_HIDDEN
 void bt_field_destroy(struct bt_field *field);
 
 #endif /* BABELTRACE_TRACE_IR_FIELDS_INTERNAL_H */
This page took 0.032389 seconds and 4 git commands to generate.