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 2b5b6a541c..68f3e92a45 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 "../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" +#include "../framing/amqp_types.h" +#include "../framing/${mb_base_class}.h" +#include "../framing/Buffer.h" +#include "../framing/FieldTable.h" +#include "../framing/FramingContent.h" namespace qpid { |
