summaryrefslogtreecommitdiff
path: root/cpp/test/client/client_test.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-10-18 22:48:55 +0000
committerAlan Conway <aconway@apache.org>2006-10-18 22:48:55 +0000
commit9b7ec1df0189d4557d51bc6220931f9d641ecdf5 (patch)
treee6c7d824eaf4cf8431e2ce5c002a2362722b2eca /cpp/test/client/client_test.cpp
parent4bddf9b38cb29b2528a66305ca6acfd5f09067cc (diff)
downloadqpid-python-9b7ec1df0189d4557d51bc6220931f9d641ecdf5.tar.gz
Fix build problems in makefile & client tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/test/client/client_test.cpp')
-rw-r--r--cpp/test/client/client_test.cpp16
1 files changed, 7 insertions, 9 deletions
diff --git a/cpp/test/client/client_test.cpp b/cpp/test/client/client_test.cpp
index b899d494d7..e1c7d56573 100644
--- a/cpp/test/client/client_test.cpp
+++ b/cpp/test/client/client_test.cpp
@@ -17,15 +17,13 @@
*/
#include <iostream>
-#include "QpidError.h"
-#include "Channel.h"
-#include "Connection.h"
-#include "FieldTable.h"
-#include "Message.h"
-#include "MessageListener.h"
-
-#include "MonitorImpl.h"
-
+#include "qpid/QpidError.h"
+#include "qpid/client/Channel.h"
+#include "qpid/client/Connection.h"
+#include "qpid/client/Message.h"
+#include "qpid/client/MessageListener.h"
+#include "qpid/concurrent/MonitorImpl.h"
+#include "qpid/framing/FieldTable.h"
using namespace qpid::client;
using namespace qpid::concurrent;