summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp b/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp
index 8afff976e1..60ee9cc4ad 100644
--- a/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp
+++ b/cpp/src/qpid/broker/SessionHandlerFactoryImpl.cpp
@@ -15,10 +15,10 @@
* limitations under the License.
*
*/
-#include "./qpid/broker/SessionHandlerFactoryImpl.h"
-#include "./qpid/broker/SessionHandlerImpl.h"
-#include "./qpid/broker/FanOutExchange.h"
-#include "./qpid/broker/HeadersExchange.h"
+#include "qpid/broker/SessionHandlerFactoryImpl.h"
+#include "qpid/broker/SessionHandlerImpl.h"
+#include "qpid/broker/FanOutExchange.h"
+#include "qpid/broker/HeadersExchange.h"
using namespace qpid::broker;
using namespace qpid::io;