diff options
author | Andrew Stitcher <astitcher@apache.org> | 2012-03-28 21:00:40 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2012-03-28 21:00:40 +0000 |
commit | f02516da02dd2d5707d396d3d7b76406ab66c673 (patch) | |
tree | c8ffced237d9521707a21065026694295dbd50fe /cpp/src/tests/QueueFlowLimitTest.cpp | |
parent | e14614102113c3ff0241feefe7759517923b19de (diff) | |
download | qpid-python-f02516da02dd2d5707d396d3d7b76406ab66c673.tar.gz |
QPID-3921: C++ header files need tidyup
Tidied up header use of FieldValue.h
- Removed all unnecessary includes of FieldValue.h from other header
files especially Array.h. (This avoids the world recompiling when working
on FieldValue!)
- Corrected up header guards in Array.h
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1306595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/QueueFlowLimitTest.cpp')
-rw-r--r-- | cpp/src/tests/QueueFlowLimitTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/QueueFlowLimitTest.cpp b/cpp/src/tests/QueueFlowLimitTest.cpp index 8a6923fb09..bd868398f8 100644 --- a/cpp/src/tests/QueueFlowLimitTest.cpp +++ b/cpp/src/tests/QueueFlowLimitTest.cpp @@ -27,6 +27,7 @@ #include "qpid/broker/QueueFlowLimit.h" #include "qpid/sys/Time.h" #include "qpid/framing/reply_exceptions.h" +#include "qpid/framing/FieldValue.h" #include "MessageUtils.h" #include "BrokerFixture.h" |