diff options
author | Alan Conway <aconway@apache.org> | 2007-03-21 19:21:59 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-03-21 19:21:59 +0000 |
commit | 62921dc211aa91d28b41ea4bb59d6e1e7e08b781 (patch) | |
tree | f02b09b2ef3bc69c2198afeef9157aa3ec2de128 /cpp/tests/ClientChannelTest.cpp | |
parent | c1b0ba624ff2de40b23342cf2a96885342884dad (diff) | |
download | qpid-python-62921dc211aa91d28b41ea4bb59d6e1e7e08b781.tar.gz |
Removed unused files and #includes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/ClientChannelTest.cpp')
-rw-r--r-- | cpp/tests/ClientChannelTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/tests/ClientChannelTest.cpp b/cpp/tests/ClientChannelTest.cpp index f22170691c..7f7cfeda89 100644 --- a/cpp/tests/ClientChannelTest.cpp +++ b/cpp/tests/ClientChannelTest.cpp @@ -25,6 +25,7 @@ #include "ClientMessage.h" #include "ClientQueue.h" #include "ClientExchange.h" +#include "client/MessageListener.h" using namespace std; using namespace boost; |