diff options
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandlerImpl.cpp')
-rw-r--r-- | cpp/src/qpid/broker/SessionHandlerImpl.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/SessionHandlerImpl.cpp b/cpp/src/qpid/broker/SessionHandlerImpl.cpp index 49d43d8f8b..157fca5acb 100644 --- a/cpp/src/qpid/broker/SessionHandlerImpl.cpp +++ b/cpp/src/qpid/broker/SessionHandlerImpl.cpp @@ -16,11 +16,11 @@ * */ #include <iostream> -#include "./qpid/broker/SessionHandlerImpl.h" -#include "./qpid/broker/FanOutExchange.h" -#include "./qpid/broker/HeadersExchange.h" -#include "./qpid/broker/Router.h" -#include "./qpid/broker/TopicExchange.h" +#include "qpid/broker/SessionHandlerImpl.h" +#include "qpid/broker/FanOutExchange.h" +#include "qpid/broker/HeadersExchange.h" +#include "qpid/broker/Router.h" +#include "qpid/broker/TopicExchange.h" #include "assert.h" using namespace std::tr1; |