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 <astitcher@apache.org>
Authored: Wed May 18 15:59:00 2016 -0400
Committer: Andrew Stitcher <astitcher@apache.org>
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 <memory>
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
|