Move the PeerPtr declaration out of types.h
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 26 Mar 2014 21:03:21 +0000 (22:03 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 26 Mar 2014 21:03:21 +0000 (22:03 +0100)
commit2d753d5d08707cc668c7d029adec09c16a6f5298
tree25374ffc4fe662c19b86a2818641f86dc0405322
parent84cd3561e97167ffb98ecab0fd2b884ba1d13ada
Move the PeerPtr declaration out of types.h

This belongs in peer.h instead, since types.h is included in lots
of places that should not drag the peer deps in. Also, this caused
problems (circular deps?) when building the OSX notification backend.
src/common/peer.h
src/common/transfer.h
src/common/types.h
src/core/sslserver.cpp