diff --git a/src/libtomahawk/network/Connection.h b/src/libtomahawk/network/Connection.h index a02453704..88cbc1f6e 100644 --- a/src/libtomahawk/network/Connection.h +++ b/src/libtomahawk/network/Connection.h @@ -27,10 +27,6 @@ #include "DllMacro.h" -#include -#include -#include - #include #include #include @@ -135,7 +131,6 @@ protected: QPointer m_sock; int m_peerport; msg_ptr m_msg; - QJson::Parser parser; Servent* m_servent; bool m_outbound, m_ready, m_onceonly; msg_ptr m_firstmsg;