From 659907856e7f943fb9862e2ffded0adcb439bd77 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sat, 15 Jun 2013 14:13:35 +0200 Subject: [PATCH] Remove unused qjson includes and member --- src/libtomahawk/network/Connection.h | 5 ----- 1 file changed, 5 deletions(-) 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;