Repository: qpid-proton Updated Branches: refs/heads/master 5bce0dc19 -> b9a57e8a7
NO-JIRA: [C++ binding] Removed unnecessary include Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8cc266e2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8cc266e2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/8cc266e2 Branch: refs/heads/master Commit: 8cc266e27f74f71ba0c1de67ee3a6475ae9a538d Parents: 9de1cc1 Author: Andrew Stitcher <[email protected]> Authored: Tue Feb 7 14:26:11 2017 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Wed Feb 8 14:39:21 2017 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/src/connection.cpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/8cc266e2/proton-c/bindings/cpp/src/connection.cpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/src/connection.cpp b/proton-c/bindings/cpp/src/connection.cpp index 113932c..f706df4 100644 --- a/proton-c/bindings/cpp/src/connection.cpp +++ b/proton-c/bindings/cpp/src/connection.cpp @@ -31,7 +31,6 @@ #include "proton/session_options.hpp" #include "proton/transport.hpp" -#include "connector.hpp" #include "contexts.hpp" #include "msg.hpp" #include "proton_bits.hpp" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
