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 | ffdd8cef4cafd6f73131521eb938164d76811cc4 (patch) | |
| tree | 046824f8b8bcf449d6a9f0f8182615f95af32801 /cpp/include | |
| parent | 46486b392aa7b2905f3d19862aa44a75d23bba9f (diff) | |
| download | qpid-python-ffdd8cef4cafd6f73131521eb938164d76811cc4.tar.gz | |
Removed unecessary include of Msg.h in Exception.h
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916453 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/Exception.h | 2 | ||||
| -rw-r--r-- | cpp/include/qpid/sys/posix/check.h | 1 | ||||
| -rwxr-xr-x | cpp/include/qpid/sys/windows/check.h | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/qpid/Exception.h b/cpp/include/qpid/Exception.h index 7b937c242a..fa7111160c 100644 --- a/cpp/include/qpid/Exception.h +++ b/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/cpp/include/qpid/sys/posix/check.h b/cpp/include/qpid/sys/posix/check.h index bbc66d389b..1bfe5d6d78 100644 --- a/cpp/include/qpid/sys/posix/check.h +++ b/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/cpp/include/qpid/sys/windows/check.h b/cpp/include/qpid/sys/windows/check.h index aba38814b2..2a8e439bed 100755 --- a/cpp/include/qpid/sys/windows/check.h +++ b/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))) |
