diff options
Diffstat (limited to 'qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl')
| -rw-r--r-- | qpid/cpp/gentools/templ.cpp/MethodBodyClass.h.tmpl | 10 |
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 { |
