summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-07-16 20:30:23 +0000
committerTed Ross <tross@apache.org>2008-07-16 20:30:23 +0000
commit67950fcc3be6df960fc0aaeec53c69d0797f4acb (patch)
tree7c11a610c1b4ee61eb7b74906d3d5861791ddca8 /qpid/cpp/examples
parent8f02d0e6b33ec968d79cf06925536114c3032095 (diff)
downloadqpid-python-67950fcc3be6df960fc0aaeec53c69d0797f4acb.tar.gz
QPID-1170 - Removed spurious include from example
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@677412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
-rw-r--r--qpid/cpp/examples/qmf-agent/example.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/examples/qmf-agent/example.cpp b/qpid/cpp/examples/qmf-agent/example.cpp
index 7b28595f14..62d2909410 100644
--- a/qpid/cpp/examples/qmf-agent/example.cpp
+++ b/qpid/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"