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 BAC3F200ACA for ; Thu, 19 May 2016 00:23:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B93CE160A26; Wed, 18 May 2016 22:23:55 +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 0DCEE160A1B for ; Thu, 19 May 2016 00:23:54 +0200 (CEST) Received: (qmail 55769 invoked by uid 500); 18 May 2016 22:23:54 -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 55692 invoked by uid 99); 18 May 2016 22:23:54 -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, 18 May 2016 22:23:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 197B1E00C5; Wed, 18 May 2016 22:23:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: astitcher@apache.org To: commits@qpid.apache.org Date: Wed, 18 May 2016 22:23:55 -0000 Message-Id: <0df5c4b7a44d4ed2a473f07706fce9ec@git.apache.org> In-Reply-To: <29a8a7f59b45414db37512cc8e86bcfa@git.apache.org> References: <29a8a7f59b45414db37512cc8e86bcfa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] qpid-proton git commit: PROTON-1203: Small header file fixes archived-at: Wed, 18 May 2016 22:23:55 -0000 PROTON-1203: Small header file fixes Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7c973149 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/7c973149 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/7c973149 Branch: refs/heads/0.13.x Commit: 7c9731496337a5228202f550334afb84abcc2a8e Parents: e80f6a5 Author: Andrew Stitcher Authored: Wed May 18 15:59:00 2016 -0400 Committer: Andrew Stitcher Committed: Wed May 18 18:14:06 2016 -0400 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/internal/object.hpp | 2 +- proton-c/bindings/cpp/include/proton/internal/scalar_base.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7c973149/proton-c/bindings/cpp/include/proton/internal/object.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/internal/object.hpp b/proton-c/bindings/cpp/include/proton/internal/object.hpp index 82e941c..330ebbe 100644 --- a/proton-c/bindings/cpp/include/proton/internal/object.hpp +++ b/proton-c/bindings/cpp/include/proton/internal/object.hpp @@ -23,7 +23,7 @@ */ #include "./config.hpp" -#include "export.hpp" +#include "./export.hpp" #include "./comparable.hpp" #include http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7c973149/proton-c/bindings/cpp/include/proton/internal/scalar_base.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/internal/scalar_base.hpp b/proton-c/bindings/cpp/include/proton/internal/scalar_base.hpp index 68b0272..8f57cb6 100644 --- a/proton-c/bindings/cpp/include/proton/internal/scalar_base.hpp +++ b/proton-c/bindings/cpp/include/proton/internal/scalar_base.hpp @@ -25,7 +25,7 @@ #include "../binary.hpp" #include "../decimal.hpp" #include "../error.hpp" -#include "export.hpp" +#include "./export.hpp" #include "./comparable.hpp" #include "./type_traits.hpp" #include "../symbol.hpp" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org