From 9b7ec1df0189d4557d51bc6220931f9d641ecdf5 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 18 Oct 2006 22:48:55 +0000 Subject: 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 --- cpp/test/client/topic_publisher.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'cpp/test/client/topic_publisher.cpp') diff --git a/cpp/test/client/topic_publisher.cpp b/cpp/test/client/topic_publisher.cpp index fc6b7f3b30..9652c6450f 100644 --- a/cpp/test/client/topic_publisher.cpp +++ b/cpp/test/client/topic_publisher.cpp @@ -15,17 +15,17 @@ * limitations under the License. * */ -#include -#include +#include "qpid/QpidError.h" +#include "qpid/client/Channel.h" +#include "qpid/client/Connection.h" +#include "qpid/client/Exchange.h" +#include "qpid/client/MessageListener.h" +#include "qpid/client/Queue.h" +#include "qpid/concurrent/MonitorImpl.h" #include "unistd.h" -#include "apr_time.h" -#include "MonitorImpl.h" -#include "QpidError.h" -#include "Channel.h" -#include "Connection.h" -#include "Exchange.h" -#include "MessageListener.h" -#include "Queue.h" +#include +#include +#include using namespace qpid::client; using namespace qpid::concurrent; -- cgit v1.2.1