From 8f7f61348aa532a272929af21e22ad8642505f8b Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 3 Apr 2024 15:10:54 -0400 Subject: [PATCH] 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 --- src/cpp-common/bt2c/fmt.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.34.1