diff --git a/include/Swiften/TLS/Schannel/SchannelServerContext.h b/include/Swiften/TLS/Schannel/SchannelServerContext.h index d9e91df040a5f45ac191d6bec24edc40da8d863e..4478339f8ecb90c4616e9a78c891f59aab8f3aa5 100644 --- a/include/Swiften/TLS/Schannel/SchannelServerContext.h +++ b/include/Swiften/TLS/Schannel/SchannelServerContext.h @@ -6,8 +6,6 @@ #pragma once -#include "Swiften/Base/boost_bsignals.h" - #include "Swiften/TLS/TLSServerContext.h" #include "Swiften/TLS/Schannel/SchannelUtil.h" #include @@ -26,7 +24,7 @@ namespace Swift class SchannelServerContext : public TLSServerContext, boost::noncopyable { public: - typedef boost::shared_ptr sp_t; + typedef SWIFTEN_SHRPTR_NAMESPACE::shared_ptr sp_t; public: SchannelServerContext();