diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2007-03-29 22:11:11 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2007-03-29 22:11:11 +0000 |
| commit | 45d083f70618d21ae9d138cf0c3d8e44c84f4f93 (patch) | |
| tree | 6fc9f13e2e5d1dcd2ea3c86afdfefc16096c1853 /cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl | |
| parent | f4683570345f8521edb0885306325fec827c3a1a (diff) | |
| download | qpid-python-45d083f70618d21ae9d138cf0c3d8e44c84f4f93.tar.gz | |
More changes preparatory to changing all #include lines
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@523848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl')
| -rw-r--r-- | cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl b/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl index 351399a991..2b5b6a541c 100644 --- a/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl +++ b/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl @@ -32,11 +32,11 @@ #include <string> #include <sstream> -#include <amqp_types.h> -#include <${mb_base_class}.h> -#include <Buffer.h> -#include <FieldTable.h> -#include <FramingContent.h> +#include "../lib/common/framing/amqp_types.h" +#include "${mb_base_class}.h" +#include "../lib/common/framing/Buffer.h" +#include "../lib/common/framing/FieldTable.h" +#include "../lib/common/framing/FramingContent.h" namespace qpid { |
