From 0c3325f69a1cf3f71fe862709b23e887aff3cf80 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 9 Sep 2024 13:59:50 -0400 Subject: [PATCH] flt.utils.muxer: add IWYU pragma clangd reports that the include of cpp-common/bt2c/fmt.hpp is unused, but it is in fact used for the formatting of some types. Add a pragma. Signed-off-by: Simon Marchi Change-Id: I43ebf7f7fc917f273ac6eaa88bf26790c83d9ead Reviewed-on: https://review.lttng.org/c/babeltrace/+/13254 Reviewed-by: Philippe Proulx --- src/plugins/utils/muxer/msg-iter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/utils/muxer/msg-iter.cpp b/src/plugins/utils/muxer/msg-iter.cpp index 2754bb11..fbfecea0 100644 --- a/src/plugins/utils/muxer/msg-iter.cpp +++ b/src/plugins/utils/muxer/msg-iter.cpp @@ -10,7 +10,7 @@ #include -#include "cpp-common/bt2c/fmt.hpp" +#include "cpp-common/bt2c/fmt.hpp" /* IWYU pragma: keep */ #include "cpp-common/bt2s/make-unique.hpp" #include "cpp-common/vendor/fmt/format.h" -- 2.34.1