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/src/qmf/engine/SchemaImpl.h | |
| 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/src/qmf/engine/SchemaImpl.h')
| -rw-r--r-- | qpid/cpp/src/qmf/engine/SchemaImpl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/qmf/engine/SchemaImpl.h b/qpid/cpp/src/qmf/engine/SchemaImpl.h index 7be757ee8d..8b079a5ec6 100644 --- a/qpid/cpp/src/qmf/engine/SchemaImpl.h +++ b/qpid/cpp/src/qmf/engine/SchemaImpl.h @@ -21,9 +21,11 @@ */ #include "qmf/engine/Schema.h" +#include "qpid/framing/Buffer.h" + #include <string> #include <vector> -#include <qpid/framing/Buffer.h> +#include <memory> namespace qmf { namespace engine { |
