remove QThread not currently used in client

This commit is contained in:
Stephen Birarda 2015-02-12 13:42:36 -08:00
parent 6c25205856
commit 4e71e128f3
2 changed files with 0 additions and 4 deletions

View file

@ -9,8 +9,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <QtCore/QThread>
#include <AccountManager.h>
#include <AddressManager.h>
#include <HifiSockAddr.h>

View file

@ -16,8 +16,6 @@
#include <HifiSockAddr.h>
class QThread;
class Client : public QObject {
Q_OBJECT
public: