Reduce includes

This commit is contained in:
Jonas Kvinge
2020-02-08 15:03:11 +01:00
parent 8e0d792bf0
commit 84cd65dd6c
55 changed files with 145 additions and 154 deletions

View File

@@ -21,10 +21,8 @@
#ifndef PARSERBASE_H
#define PARSERBASE_H
#include <QtGlobal>
#include <QObject>
#include <QIODevice>
#include <QDir>
#include <QByteArray>
#include <QString>
@@ -35,6 +33,7 @@
#include "core/song.h"
#include "playlist/playlist.h"
class QIODevice;
class CollectionBackendInterface;
class ParserBase : public QObject {