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 20b70ed475..688529c912 100644 --- a/cpp/src/qpid/broker/Exchange.h +++ b/cpp/src/qpid/broker/Exchange.h @@ -19,9 +19,9 @@ #define _Exchange_ #include <boost/shared_ptr.hpp> -#include "qpid/broker/Deliverable.h" -#include "qpid/broker/Queue.h" -#include "qpid/framing/FieldTable.h" +#include <qpid/broker/Deliverable.h> +#include <qpid/broker/Queue.h> +#include <qpid/framing/FieldTable.h> namespace qpid { namespace broker { |