NO-JIRA: Removed unnecessary includes
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f650d374 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f650d374 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f650d374 Branch: refs/heads/go1 Commit: f650d374f7da8e35e03c8d8017077e2121ce1088 Parents: f9569b5 Author: Andrew Stitcher <[email protected]> Authored: Thu Dec 10 16:26:15 2015 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Thu Dec 10 16:27:29 2015 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/data.hpp | 1 - proton-c/bindings/cpp/include/proton/message.hpp | 1 - proton-c/bindings/cpp/include/proton/ssl.hpp | 1 - 3 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f650d374/proton-c/bindings/cpp/include/proton/data.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/data.hpp b/proton-c/bindings/cpp/include/proton/data.hpp index c2ffd3c..84d5ee4 100644 --- a/proton-c/bindings/cpp/include/proton/data.hpp +++ b/proton-c/bindings/cpp/include/proton/data.hpp @@ -23,7 +23,6 @@ #include "proton/encoder.hpp" #include "proton/export.hpp" #include "proton/object.hpp" -#include "proton/pn_unique_ptr.hpp" #include <iosfwd> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f650d374/proton-c/bindings/cpp/include/proton/message.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/message.hpp b/proton-c/bindings/cpp/include/proton/message.hpp index 0954b49..aa7b9f8 100644 --- a/proton-c/bindings/cpp/include/proton/message.hpp +++ b/proton-c/bindings/cpp/include/proton/message.hpp @@ -25,7 +25,6 @@ #include "proton/data.hpp" #include "proton/export.hpp" #include "proton/message_id.hpp" -#include "proton/pn_unique_ptr.hpp" #include "proton/value.hpp" #include <string> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f650d374/proton-c/bindings/cpp/include/proton/ssl.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/ssl.hpp b/proton-c/bindings/cpp/include/proton/ssl.hpp index 437b8e2..d7cdfda 100644 --- a/proton-c/bindings/cpp/include/proton/ssl.hpp +++ b/proton-c/bindings/cpp/include/proton/ssl.hpp @@ -22,7 +22,6 @@ * */ #include "proton/export.hpp" -#include "proton/pn_unique_ptr.hpp" #include "proton/ssl.h" #include <string> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
