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 eecd9918d4..302fc1f6c5 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; |