You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2008/07/16 22:30:23 UTC

svn commit: r677412 - /incubator/qpid/trunk/qpid/cpp/examples/qmf-agent/example.cpp

Author: tross
Date: Wed Jul 16 13:30:23 2008
New Revision: 677412

URL: http://svn.apache.org/viewvc?rev=677412&view=rev
Log:
QPID-1170 - Removed spurious include from example

Modified:
    incubator/qpid/trunk/qpid/cpp/examples/qmf-agent/example.cpp

Modified: incubator/qpid/trunk/qpid/cpp/examples/qmf-agent/example.cpp
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/qmf-agent/example.cpp?rev=677412&r1=677411&r2=677412&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/qmf-agent/example.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/examples/qmf-agent/example.cpp Wed Jul 16 13:30:23 2008
@@ -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"