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/AMQP_ServerProxy.cpp.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/AMQP_ServerProxy.cpp.tmpl')
| -rw-r--r-- | cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl b/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl index 5575f3b1df..c45af6a996 100644 --- a/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl +++ b/cpp/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl @@ -28,8 +28,8 @@ #include <sstream> #include "AMQP_ServerProxy.h" -#include "framing/ChannelAdapter.h" -#include "framing/amqp_types_full.h" +#include "../lib/common/framing/ChannelAdapter.h" +#include "../lib/common/framing/amqp_types_full.h" %{MLIST} ${spc_method_body_include} |
