From 513bb1fc7358f65db7b1717cab48b8bf796e706d Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Mon, 20 May 2024 16:33:50 +0200 Subject: [PATCH] Adjust for removing all redundant headers from include/fastrtps (#133) Signed-off-by: eduponz --- include/eprosimashapesdemo/shapesdemo/ShapeInfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/eprosimashapesdemo/shapesdemo/ShapeInfo.h b/include/eprosimashapesdemo/shapesdemo/ShapeInfo.h index 687b3b3..df32bf5 100644 --- a/include/eprosimashapesdemo/shapesdemo/ShapeInfo.h +++ b/include/eprosimashapesdemo/shapesdemo/ShapeInfo.h @@ -29,9 +29,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include "eprosimashapesdemo/shapesdemo/ShapeDefinitions.h" #include "types/ShapePubSubTypes.h"