From bc84e62cc549ac2d751a45d61a867354c84c60d6 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 16 Jan 2007 20:17:50 +0000 Subject: * Renamed Session* classes to Connection* to align with AMQP spec - broker::SessionHandlerImpl -> broker::Connection - broker::SessionHandlerImplFactory -> broker::ConnectionFactory - sys::SessionHandler -> ConnectionInputHandler - sys::SessionHandlerFactory -> ConnectionInputHandlerFactory git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@496848 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/broker/QueueRegistry.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/lib/broker/QueueRegistry.cpp') diff --git a/cpp/lib/broker/QueueRegistry.cpp b/cpp/lib/broker/QueueRegistry.cpp index 2d1382ef09..ff2f83b725 100644 --- a/cpp/lib/broker/QueueRegistry.cpp +++ b/cpp/lib/broker/QueueRegistry.cpp @@ -19,7 +19,6 @@ * */ #include -#include #include #include -- cgit v1.2.1