summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-04-02 20:00:06 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-04-02 20:00:06 +0000
commit1d5301c4c67f1cedf962bda5c1cd96b3d97e74b4 (patch)
treeb0f9e640006b2cd048a6925d7dcb5ec34caedd6d /cpp
parentf54b6c6506d2e1681eb5c67e0fc8b9aed4f98358 (diff)
downloadqpid-python-1d5301c4c67f1cedf962bda5c1cd96b3d97e74b4.tar.gz
Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on Windows.
Stop Duration.h referring to qpid/client include files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@930362 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/qpid/messaging/Duration.h2
-rw-r--r--cpp/include/qpid/messaging/Session.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/cpp/include/qpid/messaging/Duration.h b/cpp/include/qpid/messaging/Duration.h
index fdd1cf4a50..f38a1c33bc 100644
--- a/cpp/include/qpid/messaging/Duration.h
+++ b/cpp/include/qpid/messaging/Duration.h
@@ -22,7 +22,7 @@
*
*/
-#include "qpid/client/ClientImportExport.h"
+#include "qpid/messaging/ImportExport.h"
#include "qpid/sys/IntegerTypes.h"
namespace qpid {
diff --git a/cpp/include/qpid/messaging/Session.h b/cpp/include/qpid/messaging/Session.h
index 75bbe409ff..66a4937e6b 100644
--- a/cpp/include/qpid/messaging/Session.h
+++ b/cpp/include/qpid/messaging/Session.h
@@ -25,7 +25,6 @@
#include "qpid/messaging/Duration.h"
#include "qpid/messaging/ImportExport.h"
#include "qpid/messaging/Handle.h"
-#include "qpid/sys/Time.h"
#include <string>
namespace qpid {