Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C259C200C36 for ; Thu, 23 Feb 2017 23:51:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C10DB160B81; Thu, 23 Feb 2017 22:51:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3C9D3160B64 for ; Thu, 23 Feb 2017 23:51:09 +0100 (CET) Received: (qmail 75854 invoked by uid 500); 23 Feb 2017 22:51:08 -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 75764 invoked by uid 99); 23 Feb 2017 22:51:08 -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; Thu, 23 Feb 2017 22:51:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3D319DFE8F; Thu, 23 Feb 2017 22:51:08 +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: Thu, 23 Feb 2017 22:51:09 -0000 Message-Id: <6993dab2fb0d4dd1afb8492c5dd85420@git.apache.org> In-Reply-To: <18e12ab11c6247358369966c9b6620b7@git.apache.org> References: <18e12ab11c6247358369966c9b6620b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/38] qpid-proton git commit: NO-JIRA: [C++ binding] Removed unnecessary include archived-at: Thu, 23 Feb 2017 22:51:09 -0000 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/go1 Commit: 8cc266e27f74f71ba0c1de67ee3a6475ae9a538d Parents: 9de1cc1 Author: Andrew Stitcher Authored: Tue Feb 7 14:26:11 2017 -0500 Committer: Andrew Stitcher 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: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org