diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-02-25 20:53:08 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-02-25 20:53:08 +0000 |
| commit | 588219ac990912cecf77c90eaa77fba3dcdd5668 (patch) | |
| tree | 50a7361c6dbcd7dabacfbc80c07d779f19e0e38c /qpid/cpp/include | |
| parent | 6d396d0d6e968291d844077c0028b0a4650dfe40 (diff) | |
| download | qpid-python-588219ac990912cecf77c90eaa77fba3dcdd5668.tar.gz | |
Removed unecessary include of Msg.h in Exception.h
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916453 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/Exception.h | 2 | ||||
| -rw-r--r-- | qpid/cpp/include/qpid/sys/posix/check.h | 1 | ||||
| -rwxr-xr-x | qpid/cpp/include/qpid/sys/windows/check.h | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/include/qpid/Exception.h b/qpid/cpp/include/qpid/Exception.h index 7b937c242a..fa7111160c 100644 --- a/qpid/cpp/include/qpid/Exception.h +++ b/qpid/cpp/include/qpid/Exception.h @@ -26,9 +26,7 @@ #include "qpid/framing/constants.h" #include "qpid/framing/enum.h" #include "qpid/sys/StrError.h" -#include "qpid/Msg.h" #include "qpid/CommonImportExport.h" -#include <memory> #include <string> #include <errno.h> diff --git a/qpid/cpp/include/qpid/sys/posix/check.h b/qpid/cpp/include/qpid/sys/posix/check.h index bbc66d389b..1bfe5d6d78 100644 --- a/qpid/cpp/include/qpid/sys/posix/check.h +++ b/qpid/cpp/include/qpid/sys/posix/check.h @@ -23,6 +23,7 @@ */ #include "qpid/Exception.h" +#include "qpid/Msg.h" #include <cerrno> #include <assert.h> diff --git a/qpid/cpp/include/qpid/sys/windows/check.h b/qpid/cpp/include/qpid/sys/windows/check.h index aba38814b2..2a8e439bed 100755 --- a/qpid/cpp/include/qpid/sys/windows/check.h +++ b/qpid/cpp/include/qpid/sys/windows/check.h @@ -23,6 +23,7 @@ */ #include "qpid/Exception.h" +#include "qpid/Msg.h" #include "qpid/sys/StrError.h" #define QPID_WINDOWS_ERROR(ERRVAL) qpid::Exception(QPID_MSG(qpid::sys::strError(ERRVAL))) |
