This is an automated email from the ASF dual-hosted git repository. astitcher pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push: new 30911e5 NO-JIRA Remove header duplicacy in node_options.cpp and target.cpp 30911e5 is described below commit 30911e56f18ade5c4cb7b88e633005e1835ae448 Author: Rakhi Kumari <rakhi.c...@gmail.com> AuthorDate: Tue Jan 4 14:55:25 2022 +0530 NO-JIRA Remove header duplicacy in node_options.cpp and target.cpp - node_options.cpp includes both #include "proton/codec/vector.hpp" and #include "proton/types.hpp". - target.cpp includes #include "proton_bits.hpp" twice. --- cpp/src/node_options.cpp | 1 - cpp/src/target.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/cpp/src/node_options.cpp b/cpp/src/node_options.cpp index de2c8d1..1cc07ec 100644 --- a/cpp/src/node_options.cpp +++ b/cpp/src/node_options.cpp @@ -19,7 +19,6 @@ * */ -#include "proton/codec/vector.hpp" #include "proton/map.hpp" #include "proton/source.hpp" #include "proton/source_options.hpp" diff --git a/cpp/src/target.cpp b/cpp/src/target.cpp index 2085601..cf570f7 100644 --- a/cpp/src/target.cpp +++ b/cpp/src/target.cpp @@ -25,8 +25,6 @@ #include "proton/sender.hpp" #include "proton/receiver.hpp" -#include "proton_bits.hpp" - namespace proton { // Set parent_ non-null when the local terminus is authoritative and may need to be looked up. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org