diff options
| author | Alan Conway <aconway@apache.org> | 2010-10-14 19:38:40 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-10-14 19:38:40 +0000 |
| commit | a84fc975b0d8aa1c725960037fe103860dd457f6 (patch) | |
| tree | ffa680168fd8d4c04a3b3bcad0472d1a920985b7 /cpp/src/tests/DeliveryRecordTest.cpp | |
| parent | 39373f20fd28cbfebe16ef3a438d2e5aa5f459b3 (diff) | |
| download | qpid-python-a84fc975b0d8aa1c725960037fe103860dd457f6.tar.gz | |
Code cleanup in broker directory.
- Removed un-necessary #includes for broker/Queue.h
- Removed "using std::string" in header files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1022679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/DeliveryRecordTest.cpp')
| -rw-r--r-- | cpp/src/tests/DeliveryRecordTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/DeliveryRecordTest.cpp b/cpp/src/tests/DeliveryRecordTest.cpp index 17f9a0d148..f7013014ff 100644 --- a/cpp/src/tests/DeliveryRecordTest.cpp +++ b/cpp/src/tests/DeliveryRecordTest.cpp @@ -20,6 +20,7 @@ * */ #include "qpid/broker/DeliveryRecord.h" +#include "qpid/broker/Queue.h" #include "unit_test.h" #include <iostream> #include <memory> |
