diff options
author | Ted Ross <tross@apache.org> | 2010-07-27 20:33:42 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2010-07-27 20:33:42 +0000 |
commit | 169c06b72e6c87610ce61e2cb310072f60120373 (patch) | |
tree | e5b0ff4d256a54fc0bd26f2fdea210e9c53b3f7c /cpp/src | |
parent | 204dcb7f9566ca36bdaaf0ce1b366c8a99b0e39d (diff) | |
download | qpid-python-169c06b72e6c87610ce61e2cb310072f60120373.tar.gz |
Removed unused header files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@979857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qmf.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cpp/src/qmf.mk b/cpp/src/qmf.mk index 93f18179ca..dca8262333 100644 --- a/cpp/src/qmf.mk +++ b/cpp/src/qmf.mk @@ -29,13 +29,7 @@ lib_LTLIBRARIES += \ # QMF_API = \ ../include/qpid/agent/ManagementAgent.h \ - ../include/qpid/agent/QmfAgentImportExport.h \ - ../include/qmf/Agent.h \ - ../include/qmf/Connection.h \ - ../include/qmf/QmfImportExport.h \ - ../include/qmf/ConnectionSettings.h \ - ../include/qmf/AgentObject.h - + ../include/qpid/agent/QmfAgentImportExport.h # # Public headers for the QMF Engine API # |