diff options
author | Gordon Sim <gsim@apache.org> | 2006-11-09 10:29:41 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-11-09 10:29:41 +0000 |
commit | 3183bdd1eeec30d40229bc7394e49cb2bccb9526 (patch) | |
tree | 71bc86dbc65280200b98cccfc2be23d12f4d40e1 /cpp/src | |
parent | 4dac767f37d9c70018c207290fdd237303580d1b (diff) | |
download | qpid-python-3183bdd1eeec30d40229bc7394e49cb2bccb9526.tar.gz |
Removed invalid and redundant include.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/client/Connection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Connection.cpp b/cpp/src/qpid/client/Connection.cpp index 5a104bd302..21c514127d 100644 --- a/cpp/src/qpid/client/Connection.cpp +++ b/cpp/src/qpid/client/Connection.cpp @@ -17,7 +17,6 @@ */ #include "qpid/client/Connection.h" #include "qpid/client/Channel.h" -#include "qpid/sys/Connector.h" #include "qpid/client/Message.h" #include "qpid/QpidError.h" #include <iostream> |