1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

Remove not needed ControlConnection include

This commit is contained in:
Uwe L. Korn
2013-06-15 20:25:36 +02:00
parent 4a9ba6efa5
commit 88742ba1d5

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