From b90ceab30a9f2040a868e76c90af47f09b4cbbb2 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 16 Oct 2006 14:12:49 +0000 Subject: Renamed unit tests to follow naming conventions, fixed some #include inconsistencies. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464503 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Message.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/broker/Message.cpp') diff --git a/cpp/src/qpid/broker/Message.cpp b/cpp/src/qpid/broker/Message.cpp index 7210ecc2f2..53cfe4ee43 100644 --- a/cpp/src/qpid/broker/Message.cpp +++ b/cpp/src/qpid/broker/Message.cpp @@ -15,9 +15,9 @@ * limitations under the License. * */ -#include "./qpid/concurrent/MonitorImpl.h" -#include "./qpid/broker/Message.h" -#include "./qpid/broker/ExchangeRegistry.h" +#include "qpid/concurrent/MonitorImpl.h" +#include "qpid/broker/Message.h" +#include "qpid/broker/ExchangeRegistry.h" #include using namespace std::tr1;//for *_pointer_cast methods -- cgit v1.2.1