summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/DirectExchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/DirectExchange.h')
-rw-r--r--cpp/src/qpid/broker/DirectExchange.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/DirectExchange.h b/cpp/src/qpid/broker/DirectExchange.h
index ce58a174c6..e998d3caa6 100644
--- a/cpp/src/qpid/broker/DirectExchange.h
+++ b/cpp/src/qpid/broker/DirectExchange.h
@@ -20,11 +20,11 @@
#include <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 {