cpp-common/bt2c: use relative include for uuid.hpp in fmt.hpp
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 3 Apr 2024 19:10:54 +0000 (15:10 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
Change-Id: Ic5b5dee8cd967ab8bc5ab476747e4b09e7aa1127
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12237
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2c/fmt.hpp

index 8af3d71e49ca84f0205fb6f20e112ea84e5a5aed..0121806da584e17138e4c40a730056a43f0f5489 100644 (file)
@@ -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)
This page took 0.025016 seconds and 4 git commands to generate.