src.ctf.lttng-live: add IWYU pragma
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Sep 2024 17:59:50 +0000 (13:59 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 10 Sep 2024 17:57:58 +0000 (13:57 -0400)
commitffc576648d07186bd24508b7ceeaf9ff95fdda8f
treef65f62d4884e1ec96bfedd6aa0a7d7f2af65995d
parent0915d10bcc40a8ae6c1d400914f1d39f2e0a002d
src.ctf.lttng-live: 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.

Change-Id: I850fb44383b61bd46880c4eb67bd9a2323c0d725
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/13253
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/lttng-live/lttng-live.cpp
This page took 0.025191 seconds and 4 git commands to generate.