diff options
Diffstat (limited to 'cpp/src/qpid/broker/TopicExchange.cpp')
-rw-r--r-- | cpp/src/qpid/broker/TopicExchange.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/TopicExchange.cpp b/cpp/src/qpid/broker/TopicExchange.cpp index 2affa6057d..6498e7600d 100644 --- a/cpp/src/qpid/broker/TopicExchange.cpp +++ b/cpp/src/qpid/broker/TopicExchange.cpp @@ -15,8 +15,8 @@ * limitations under the License. * */ -#include "./qpid/broker/TopicExchange.h" -#include "./qpid/broker/ExchangeBinding.h" +#include "qpid/broker/TopicExchange.h" +#include "qpid/broker/ExchangeBinding.h" #include <algorithm> using namespace qpid::broker; |