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 | 5a9ddfad39f1e742127cecfd0360a14b863162db (patch) | |
| tree | c8ffced237d9521707a21065026694295dbd50fe /cpp/src/qpid/UrlArray.cpp | |
| parent | 61edd10fc91b354433e70e45941bc346c8dcf803 (diff) | |
| download | qpid-python-5a9ddfad39f1e742127cecfd0360a14b863162db.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/qpid/UrlArray.cpp')
| -rw-r--r-- | cpp/src/qpid/UrlArray.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/UrlArray.cpp b/cpp/src/qpid/UrlArray.cpp index 489309c8ad..9ebacbd945 100644 --- a/cpp/src/qpid/UrlArray.cpp +++ b/cpp/src/qpid/UrlArray.cpp @@ -20,6 +20,8 @@ */ #include "UrlArray.h" +#include <qpid/framing/FieldValue.h> + namespace qpid { std::vector<Url> urlArrayToVector(const framing::Array& array) { |
