cpp-common/bt2c: use relative include for uuid.hpp in fmt.hpp
[babeltrace.git] / 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.023975 seconds and 4 git commands to generate.