Cleanup: flt.lttng-utils.debug-info: remove usage of `bt_bool` inside the component...
[babeltrace.git] / src / plugins / lttng-utils / debug-info / utils.h
index b23379c426bbd829e8b077af18370560afe8a34f..c9000e9d2d18f5d249050969f721b022aad66efe 100644 (file)
@@ -9,8 +9,11 @@
 #ifndef BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H
 #define BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H
 
+#include <stdbool.h>
+
+#include <babeltrace2/babeltrace.h>
+
 #include "common/macros.h"
-#include "trace-ir-mapping.h"
 
 /*
  * Return the location of a path's file (the last element of the path).
@@ -20,7 +23,7 @@ BT_HIDDEN
 const char *get_filename_from_path(const char *path);
 
 BT_HIDDEN
-bt_bool is_event_common_ctx_dbg_info_compatible(
+bool is_event_common_ctx_dbg_info_compatible(
                const bt_field_class *in_field_class,
                const char *debug_info_field_class_name);
 
This page took 0.023611 seconds and 4 git commands to generate.