lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / resolve-field-path.c
index 51719387e97624cc3d0af638254653d87243b5be..6c60a57e7c4dfeedf76f204b60c7a168f4490ad5 100644 (file)
 #include "lib/assert-cond.h"
 #include "common/assert.h"
 #include <babeltrace2/trace-ir/field-path.h>
-#include <limits.h>
 #include <stdbool.h>
 #include <stdint.h>
-#include <inttypes.h>
 #include <glib.h>
 
 #include "field-class.h"
 #include "field-path.h"
 #include "resolve-field-path.h"
+#include "common/common.h"
 
 static
 bool find_field_class_recursive(struct bt_field_class *fc,
@@ -506,7 +505,6 @@ struct bt_field_path *resolve_field_path(struct bt_field_class *src_fc,
        return find_field_class_in_ctx(tgt_fc, ctx);
 }
 
-BT_HIDDEN
 int bt_resolve_field_paths(struct bt_field_class *fc,
                struct bt_resolve_field_path_context *ctx,
                const char *api_func)
This page took 0.030987 seconds and 4 git commands to generate.