diff options
| author | Alan Conway <aconway@apache.org> | 2006-10-16 14:12:49 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-10-16 14:12:49 +0000 |
| commit | b90ceab30a9f2040a868e76c90af47f09b4cbbb2 (patch) | |
| tree | e7718b521cb30403fed1881b3154e88666bdaa0f /cpp/src/qpid/broker/TopicExchange.h | |
| parent | 8a6ab3aa61d441b9210c05c84dc9998acfc38737 (diff) | |
| download | qpid-python-b90ceab30a9f2040a868e76c90af47f09b4cbbb2.tar.gz | |
Renamed unit tests to follow naming conventions, fixed some #include inconsistencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464503 13f79535-47bb-0310-9956-ffa450edef68
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 { |
