1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-23 22:25:11 +02:00

Remove obsolete includes

This commit is contained in:
Dominik Schmidt
2013-08-07 21:09:36 +02:00
parent ce68deb9e1
commit f112834ed4
2 changed files with 0 additions and 5 deletions

View File

@@ -29,10 +29,6 @@
#include "SourceList.h"
#include "TomahawkSqlQuery.h"
#ifndef ENABLE_HEADLESS
#include "ViewManager.h"
#endif
#include <QSqlQuery>
#include <QSqlDriver>

View File

@@ -28,7 +28,6 @@
#include "Database.h"
#include "DatabaseImpl.h"
#include "PlaylistEntry.h"
#include "ViewManager.h"
namespace Tomahawk
{