diff options
author | Alan Conway <aconway@apache.org> | 2007-03-21 19:21:59 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-03-21 19:21:59 +0000 |
commit | 62921dc211aa91d28b41ea4bb59d6e1e7e08b781 (patch) | |
tree | f02b09b2ef3bc69c2198afeef9157aa3ec2de128 /cpp/lib/client/Connection.h | |
parent | c1b0ba624ff2de40b23342cf2a96885342884dad (diff) | |
download | qpid-python-62921dc211aa91d28b41ea4bb59d6e1e7e08b781.tar.gz |
Removed unused files and #includes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/client/Connection.h')
-rw-r--r-- | cpp/lib/client/Connection.h | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/cpp/lib/client/Connection.h b/cpp/lib/client/Connection.h index b4bd311511..627266e580 100644 --- a/cpp/lib/client/Connection.h +++ b/cpp/lib/client/Connection.h @@ -23,25 +23,12 @@ */ #include <map> #include <string> -#include <boost/shared_ptr.hpp> - -#include "amqp_types.h" -#include <QpidError.h> -#include <Connector.h> -#include <sys/ShutdownHandler.h> -#include <sys/TimeoutHandler.h> - - -#include "framing/amqp_types.h" -#include <framing/amqp_framing.h> -#include <ClientExchange.h> -#include <IncomingMessage.h> -#include <ClientMessage.h> -#include <MessageListener.h> -#include <ClientQueue.h> -#include <ResponseHandler.h> -#include <AMQP_HighestVersion.h> +#include "QpidError.h" #include "ClientChannel.h" +#include "Connector.h" +#include "sys/ShutdownHandler.h" +#include "sys/TimeoutHandler.h" + namespace qpid { @@ -53,8 +40,6 @@ namespace qpid { */ namespace client { -class Channel; - /** * \internal provide access to selected private channel functions * for the Connection without making it a friend of the entire channel. |