diff options
| author | Gordon Sim <gsim@apache.org> | 2006-12-01 10:56:58 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2006-12-01 10:56:58 +0000 |
| commit | ba8f16d68f724048356a189a1b8bc96390499106 (patch) | |
| tree | a0227b491bc039ba43ff5f70b8a975cebe938a1d /gentools/templ.cpp/AMQP_ClientOperations.h.tmpl | |
| parent | 86e2310d07a37eada38945d821efe1dab3c06fd6 (diff) | |
| download | qpid-python-ba8f16d68f724048356a189a1b8bc96390499106.tar.gz | |
Revised generation of includes inline with latst build changes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gentools/templ.cpp/AMQP_ClientOperations.h.tmpl')
| -rw-r--r-- | gentools/templ.cpp/AMQP_ClientOperations.h.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl b/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl index 4a92c9c422..64471e4d61 100644 --- a/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl +++ b/gentools/templ.cpp/AMQP_ClientOperations.h.tmpl @@ -31,9 +31,9 @@ #ifndef _AMQP_ClientOperations_ #define _AMQP_ClientOperations_ -#include <qpid/framing/FieldTable.h> -#include <qpid/framing/ProtocolVersion.h> -#include <qpid/framing/ProtocolVersionException.h> +#include <FieldTable.h> +#include <ProtocolVersion.h> +#include <ProtocolVersionException.h> namespace qpid { namespace framing { @@ -62,7 +62,7 @@ public: } // Include framing constant declarations - #include <qpid/framing/AMQP_Constants.h> + #include <AMQP_Constants.h> // Inner classes |
