Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4734C18858 for ; Wed, 30 Dec 2015 21:12:51 +0000 (UTC) Received: (qmail 66480 invoked by uid 500); 30 Dec 2015 21:12:50 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 66174 invoked by uid 500); 30 Dec 2015 21:12:50 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 65479 invoked by uid 99); 30 Dec 2015 21:12:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Dec 2015 21:12:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0EA0AE0BB0; Wed, 30 Dec 2015 21:12:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aconway@apache.org To: commits@qpid.apache.org Date: Wed, 30 Dec 2015 21:13:05 -0000 Message-Id: <4629ac2a7cd34822b49ea765174d7567@git.apache.org> In-Reply-To: <2f9bc23054864a0aad0675b27e0ef8e5@git.apache.org> References: <2f9bc23054864a0aad0675b27e0ef8e5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/50] [abbrv] qpid-proton git commit: NO-JIRA: Removed unnecessary includes 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 Authored: Thu Dec 10 16:26:15 2015 -0500 Committer: Andrew Stitcher 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 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 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org