diff options
Diffstat (limited to 'cpp/src/qpid/broker/Exchange.h')
-rw-r--r-- | cpp/src/qpid/broker/Exchange.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/broker/Exchange.h b/cpp/src/qpid/broker/Exchange.h index 7b8bb1c034..f84f0d969e 100644 --- a/cpp/src/qpid/broker/Exchange.h +++ b/cpp/src/qpid/broker/Exchange.h @@ -18,9 +18,9 @@ #ifndef _Exchange_ #define _Exchange_ -#include "./qpid/framing/FieldTable.h" -#include "./qpid/broker/Message.h" -#include "./qpid/broker/Queue.h" +#include "qpid/framing/FieldTable.h" +#include "qpid/broker/Message.h" +#include "qpid/broker/Queue.h" namespace qpid { namespace broker { |