From: Simon Marchi Date: Wed, 3 Apr 2024 19:10:54 +0000 (-0400) Subject: cpp-common/bt2c: use relative include for uuid.hpp in fmt.hpp X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=8f7f61348aa532a272929af21e22ad8642505f8b cpp-common/bt2c: use relative include for uuid.hpp in fmt.hpp Change-Id: Ic5b5dee8cd967ab8bc5ab476747e4b09e7aa1127 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/12237 Reviewed-by: Philippe Proulx Tested-by: jenkins --- diff --git a/src/cpp-common/bt2c/fmt.hpp b/src/cpp-common/bt2c/fmt.hpp index 8af3d71e..0121806d 100644 --- a/src/cpp-common/bt2c/fmt.hpp +++ b/src/cpp-common/bt2c/fmt.hpp @@ -6,9 +6,10 @@ #include "common/common.h" #include "cpp-common/bt2/message.hpp" -#include "cpp-common/bt2c/uuid.hpp" #include "cpp-common/vendor/fmt/format.h" /* IWYU pragma: keep */ +#include "uuid.hpp" + namespace bt2 { inline const char *format_as(const MessageType type)