diff options
author | Ted Ross <tross@apache.org> | 2008-07-16 20:30:23 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2008-07-16 20:30:23 +0000 |
commit | e596837411d54a16dd3cb1e5de717664496c2bd0 (patch) | |
tree | ebd22e31b0f1e528c83caa43d2b65a3998f756bc /cpp/examples/qmf-agent/example.cpp | |
parent | 0742abc5e6831675aba58949d763fb4f819cde69 (diff) | |
download | qpid-python-e596837411d54a16dd3cb1e5de717664496c2bd0.tar.gz |
QPID-1170 - Removed spurious include from example
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@677412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/qmf-agent/example.cpp')
-rw-r--r-- | cpp/examples/qmf-agent/example.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/examples/qmf-agent/example.cpp b/cpp/examples/qmf-agent/example.cpp index 7b28595f14..62d2909410 100644 --- a/cpp/examples/qmf-agent/example.cpp +++ b/cpp/examples/qmf-agent/example.cpp @@ -22,7 +22,6 @@ #include <qpid/management/Manageable.h> #include <qpid/management/ManagementObject.h> #include <qpid/agent/ManagementAgent.h> -#include <qpid/agent/ManagementAgentImpl.h> #include "Parent.h" #include "PackageQmf_example.h" |