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

Include more locally

This commit is contained in:
Uwe L. Korn 2014-06-30 01:47:54 +01:00
parent e060ee3832
commit 2296ac0f48
2 changed files with 2 additions and 3 deletions

@ -17,6 +17,8 @@
*/
#include "ChartDataLoader.h"
#include "Album.h"
#include "Artist.h"
#include "Source.h"
using namespace Tomahawk;

@ -19,9 +19,6 @@
#define CHARTDATALOADER_H
#include "infosystem/InfoSystem.h"
#include "Query.h"
#include "Artist.h"
#include "Album.h"
#include <QObject>