1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

Remove not needed ControlConnection include

This commit is contained in:
Uwe L. Korn
2013-06-15 20:25:36 +02:00
committed by Michael Zanetti
parent 34196ec001
commit aaf4ced6db

View File

@@ -21,9 +21,10 @@
#include "Typedefs.h"
#include "network/ControlConnection.h"
#include "database/DatabaseCollection.h"
class ControlConnection;
class RemoteCollection : public DatabaseCollection
{
Q_OBJECT