summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionHandlerImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandlerImpl.h')
-rw-r--r--cpp/src/qpid/broker/SessionHandlerImpl.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/cpp/src/qpid/broker/SessionHandlerImpl.h b/cpp/src/qpid/broker/SessionHandlerImpl.h
index 09a4a67e66..4504541623 100644
--- a/cpp/src/qpid/broker/SessionHandlerImpl.h
+++ b/cpp/src/qpid/broker/SessionHandlerImpl.h
@@ -22,21 +22,21 @@
#include <sstream>
#include <vector>
#include <exception>
-#include "./qpid/framing/AMQFrame.h"
+#include "qpid/framing/AMQFrame.h"
#include "qpid/framing/AMQP_ClientProxy.h"
#include "qpid/framing/AMQP_ServerOperations.h"
-#include "./qpid/broker/AutoDelete.h"
-#include "./qpid/broker/ExchangeRegistry.h"
-#include "./qpid/broker/Channel.h"
-#include "./qpid/broker/ConnectionToken.h"
-#include "./qpid/broker/DirectExchange.h"
-#include "./qpid/framing/OutputHandler.h"
-#include "./qpid/framing/ProtocolInitiation.h"
-#include "./qpid/broker/QueueRegistry.h"
-#include "./qpid/io/SessionContext.h"
-#include "./qpid/io/SessionHandler.h"
-#include "./qpid/io/TimeoutHandler.h"
-#include "./qpid/broker/TopicExchange.h"
+#include "qpid/broker/AutoDelete.h"
+#include "qpid/broker/ExchangeRegistry.h"
+#include "qpid/broker/Channel.h"
+#include "qpid/broker/ConnectionToken.h"
+#include "qpid/broker/DirectExchange.h"
+#include "qpid/framing/OutputHandler.h"
+#include "qpid/framing/ProtocolInitiation.h"
+#include "qpid/broker/QueueRegistry.h"
+#include "qpid/io/SessionContext.h"
+#include "qpid/io/SessionHandler.h"
+#include "qpid/io/TimeoutHandler.h"
+#include "qpid/broker/TopicExchange.h"
namespace qpid {
namespace broker {