diff options
author | Alan Conway <aconway@apache.org> | 2010-03-16 18:01:38 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-03-16 18:01:38 +0000 |
commit | db9e84cd3de1e56ae81e0ca6110c164435e7ca5a (patch) | |
tree | 8f75a1ffb2fd6bdf3af3a0d7bf337e54d131520a /cpp/include/qpid/messaging/MapView.h | |
parent | 24952dc43e52362d5e16a5dbd795fae7d07a12d0 (diff) | |
download | qpid-python-db9e84cd3de1e56ae81e0ca6110c164435e7ca5a.tar.gz |
Removed dependencies in qpid/messaging on qpid/client.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@923908 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/messaging/MapView.h')
-rw-r--r-- | cpp/include/qpid/messaging/MapView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/MapView.h b/cpp/include/qpid/messaging/MapView.h index 910dfca5c2..baa999b4ad 100644 --- a/cpp/include/qpid/messaging/MapView.h +++ b/cpp/include/qpid/messaging/MapView.h @@ -21,7 +21,7 @@ * under the License. * */ -#include "qpid/client/ClientImportExport.h" +#include "qpid/messaging/ImportExport.h" #include "Variant.h" #include <map> #include <string> |