From dd1758a79371c42529fb51fdf1e5cf963466d88c Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 24 Jan 2025 09:47:27 +0100 Subject: [PATCH] Remove unneeded includes of gz/transport/Uuid.h --- include/gz/transport/NodeShared.hh | 1 - include/gz/transport/RepHandler.hh | 1 - include/gz/transport/ReqHandler.hh | 1 - include/gz/transport/SubscriptionHandler.hh | 1 - 4 files changed, 4 deletions(-) diff --git a/include/gz/transport/NodeShared.hh b/include/gz/transport/NodeShared.hh index f7530bec7..653586750 100644 --- a/include/gz/transport/NodeShared.hh +++ b/include/gz/transport/NodeShared.hh @@ -45,7 +45,6 @@ #include "gz/transport/TopicStorage.hh" #include "gz/transport/TopicStatistics.hh" #include "gz/transport/TransportTypes.hh" -#include "gz/transport/Uuid.hh" namespace gz { diff --git a/include/gz/transport/RepHandler.hh b/include/gz/transport/RepHandler.hh index ad5329f88..9569b3c1b 100644 --- a/include/gz/transport/RepHandler.hh +++ b/include/gz/transport/RepHandler.hh @@ -39,7 +39,6 @@ #include "gz/transport/config.hh" #include "gz/transport/Export.hh" #include "gz/transport/TransportTypes.hh" -#include "gz/transport/Uuid.hh" namespace gz { diff --git a/include/gz/transport/ReqHandler.hh b/include/gz/transport/ReqHandler.hh index bce02a7e0..b3e5432cb 100644 --- a/include/gz/transport/ReqHandler.hh +++ b/include/gz/transport/ReqHandler.hh @@ -35,7 +35,6 @@ #include "gz/transport/config.hh" #include "gz/transport/Export.hh" #include "gz/transport/TransportTypes.hh" -#include "gz/transport/Uuid.hh" namespace gz { diff --git a/include/gz/transport/SubscriptionHandler.hh b/include/gz/transport/SubscriptionHandler.hh index ed705ad92..8a42a33e3 100644 --- a/include/gz/transport/SubscriptionHandler.hh +++ b/include/gz/transport/SubscriptionHandler.hh @@ -44,7 +44,6 @@ #include "gz/transport/MessageInfo.hh" #include "gz/transport/SubscribeOptions.hh" #include "gz/transport/TransportTypes.hh" -#include "gz/transport/Uuid.hh" namespace gz {