summaryrefslogtreecommitdiff
path: root/cpp/lib/client/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/client/Connection.h')
-rw-r--r--cpp/lib/client/Connection.h25
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.