summaryrefslogtreecommitdiff
path: root/cpp/rubygen/templates/Session.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/rubygen/templates/Session.rb')
-rw-r--r--cpp/rubygen/templates/Session.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/rubygen/templates/Session.rb b/cpp/rubygen/templates/Session.rb
index d5b6d9e8c2..0d5808318a 100644
--- a/cpp/rubygen/templates/Session.rb
+++ b/cpp/rubygen/templates/Session.rb
@@ -67,9 +67,9 @@ class SessionGen < CppGen
#include "qpid/framing/amqp_framing.h"
#include "qpid/framing/ProtocolVersion.h"
#include "qpid/framing/MethodContent.h"
-#include "ConnectionImpl.h"
-#include "Response.h"
-#include "SessionCore.h"
+#include "qpid/client/ConnectionImpl.h"
+#include "qpid/client/Response.h"
+#include "qpid/client/SessionCore.h"
namespace qpid {
namespace client {