diff options
Diffstat (limited to 'cpp/src/qpid/broker/TopicExchange.h')
-rw-r--r-- | cpp/src/qpid/broker/TopicExchange.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/TopicExchange.h b/cpp/src/qpid/broker/TopicExchange.h index 8bad7aab4c..29772f5bce 100644 --- a/cpp/src/qpid/broker/TopicExchange.h +++ b/cpp/src/qpid/broker/TopicExchange.h @@ -20,11 +20,11 @@ #include <tr1/unordered_map> #include <vector> -#include "./qpid/broker/Exchange.h" -#include "./qpid/framing/FieldTable.h" -#include "./qpid/broker/Message.h" -#include "./qpid/concurrent/MonitorImpl.h" -#include "./qpid/broker/Queue.h" +#include "qpid/broker/Exchange.h" +#include "qpid/framing/FieldTable.h" +#include "qpid/broker/Message.h" +#include "qpid/concurrent/MonitorImpl.h" +#include "qpid/broker/Queue.h" namespace qpid { namespace broker { |