diff options
Diffstat (limited to 'cpp/src/tests/exception_test.cpp')
-rw-r--r-- | cpp/src/tests/exception_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/exception_test.cpp b/cpp/src/tests/exception_test.cpp index fffae796dd..3feef7e876 100644 --- a/cpp/src/tests/exception_test.cpp +++ b/cpp/src/tests/exception_test.cpp @@ -23,9 +23,9 @@ #include "TestOptions.h" #include "qpid/QpidError.h" -#include "qpid/client/ClientChannel.h" +#include "qpid/client/Channel.h" #include "qpid/client/Connection.h" -#include "qpid/client/ClientMessage.h" +#include "qpid/client/Message.h" using namespace qpid::client; using namespace qpid::sys; |