From 42650546ce3239e5de9e3c7335c89326012c2b93 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 19 Sep 2008 20:52:50 +0000 Subject: Cleaned up qmf agent example code git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@697236 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/qmf-agent/example.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qpid/cpp/examples/qmf-agent/example.cpp') diff --git a/qpid/cpp/examples/qmf-agent/example.cpp b/qpid/cpp/examples/qmf-agent/example.cpp index 2087ee0811..7c514b1010 100644 --- a/qpid/cpp/examples/qmf-agent/example.cpp +++ b/qpid/cpp/examples/qmf-agent/example.cpp @@ -23,10 +23,10 @@ #include #include #include -#include "Parent.h" -#include "Child.h" -#include "ArgsParentCreate_child.h" -#include "Package.h" +#include "qmf/org/apache/qpid/agent/example/Parent.h" +#include "qmf/org/apache/qpid/agent/example/Child.h" +#include "qmf/org/apache/qpid/agent/example/ArgsParentCreate_child.h" +#include "qmf/org/apache/qpid/agent/example/Package.h" #include #include -- cgit v1.2.1