diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-04-14 02:13:08 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-04-14 02:13:08 +0000 |
commit | 2fe82baa3cd7361c20892e3c208eb5904d54bd9d (patch) | |
tree | d6cb554db09028893e850fe0d90d97b0b768d244 /cpp/include/qpid/messaging/Sender.h | |
parent | 18a2f54ec0b5790e35b4fd9e245610a51573d909 (diff) | |
download | qpid-python-2fe82baa3cd7361c20892e3c208eb5904d54bd9d.tar.gz |
Remove final vestiges of old client API references from messaging and agent header files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/messaging/Sender.h')
-rw-r--r-- | cpp/include/qpid/messaging/Sender.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/qpid/messaging/Sender.h b/cpp/include/qpid/messaging/Sender.h index 80fa174d80..4b64224596 100644 --- a/cpp/include/qpid/messaging/Sender.h +++ b/cpp/include/qpid/messaging/Sender.h @@ -22,8 +22,10 @@ * */ #include "qpid/messaging/ImportExport.h" + #include "qpid/messaging/Handle.h" #include "qpid/sys/IntegerTypes.h" + #include <string> namespace qpid { |