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 | d231d58dc13bece684d1b162462f5e9d68ce9a60 (patch) | |
| tree | cdafc6712c39b71cf29e9a0c4eaa7b6fec2ee4a8 /qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | |
| parent | 14cdd917892929ffe123fa3a411a24dd1cfda9f7 (diff) | |
| download | qpid-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/AMQP_MethodVersionMap.h.tmpl')
| -rw-r--r-- | qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl b/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl index 84596ea5a0..530f76f599 100644 --- a/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl +++ b/qpid/cpp/gentools/templ.cpp/AMQP_MethodVersionMap.h.tmpl @@ -30,7 +30,7 @@ #define qpid_framing_AMQP_MethodVersionMap__ #include <map> -#include <AMQMethodBody.h> +#include "../lib/common/framing/AMQMethodBody.h" %{MLIST} ${mc_method_body_include} |
