summaryrefslogtreecommitdiff
path: root/qpid/cpp/lib/client/Connection.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-21 19:21:59 +0000
committerAlan Conway <aconway@apache.org>2007-03-21 19:21:59 +0000
commit1d606c164e31c81a341aad0f3fe8737dffc21e1d (patch)
treeb832a6ffd7986eec1679b13509ecb7abfd99b8a8 /qpid/cpp/lib/client/Connection.h
parentd66d50b103ab12df58132ce17ed5892df29b4b5c (diff)
downloadqpid-python-1d606c164e31c81a341aad0f3fe8737dffc21e1d.tar.gz
Removed unused files and #includes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/client/Connection.h')
-rw-r--r--qpid/cpp/lib/client/Connection.h25
1 files changed, 5 insertions, 20 deletions
diff --git a/qpid/cpp/lib/client/Connection.h b/qpid/cpp/lib/client/Connection.h
index b4bd311511..627266e580 100644
--- a/qpid/cpp/lib/client/Connection.h
+++ b/qpid/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.