summaryrefslogtreecommitdiff
path: root/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-03-29 22:11:11 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-03-29 22:11:11 +0000
commitd231d58dc13bece684d1b162462f5e9d68ce9a60 (patch)
treecdafc6712c39b71cf29e9a0c4eaa7b6fec2ee4a8 /qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl
parent14cdd917892929ffe123fa3a411a24dd1cfda9f7 (diff)
downloadqpid-python-d231d58dc13bece684d1b162462f5e9d68ce9a60.tar.gz
More changes preparatory to changing all #include lines
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@523848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl')
-rw-r--r--qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl b/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl
index 351399a991..2b5b6a541c 100644
--- a/qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl
+++ b/qpid/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
{