Move the PeerPtr declaration out of types.h
[quassel.git] / src / common / types.h
index 290d53f..a63e296 100644 (file)
 #include <QHostAddress>
 #include <QDataStream>
 
-#include "peer.h"
-
-// We need to special-case Peer* in attached signals/slots, so typedef it for the meta type system
-typedef Peer * PeerPtr;
-Q_DECLARE_METATYPE(PeerPtr)
-
 class SignedId
 {
 protected: