diff --git a/rmw_zenoh_cpp/src/detail/rmw_publisher_data.cpp b/rmw_zenoh_cpp/src/detail/rmw_publisher_data.cpp index 32f1dbc1..04ca955e 100644 --- a/rmw_zenoh_cpp/src/detail/rmw_publisher_data.cpp +++ b/rmw_zenoh_cpp/src/detail/rmw_publisher_data.cpp @@ -15,7 +15,6 @@ #include "rmw_publisher_data.hpp" #include <fastcdr/FastBuffer.h> -#include <zenoh.h> #include <cinttypes> #include <memory> diff --git a/rmw_zenoh_cpp/src/detail/zenoh_utils.cpp b/rmw_zenoh_cpp/src/detail/zenoh_utils.cpp index 1b055f43..be5721b7 100644 --- a/rmw_zenoh_cpp/src/detail/zenoh_utils.cpp +++ b/rmw_zenoh_cpp/src/detail/zenoh_utils.cpp @@ -18,7 +18,6 @@ #include <cinttypes> #include "attachment_helpers.hpp" -#include "logging_macros.hpp" #include "rcpputils/scope_exit.hpp" #include "rmw/error_handling.h"