You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2015/12/10 22:27:52 UTC

qpid-proton git commit: NO-JIRA: Removed unnecessary includes

Repository: qpid-proton
Updated Branches:
  refs/heads/master f9569b5cc -> f650d374f


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/master
Commit: f650d374f7da8e35e03c8d8017077e2121ce1088
Parents: f9569b5
Author: Andrew Stitcher <as...@apache.org>
Authored: Thu Dec 10 16:26:15 2015 -0500
Committer: Andrew Stitcher <as...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org