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)
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.


No differences found