cleanup: remove unnecessary includes

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-01-05 18:21:08 +01:00 committed by Dirk Hohndel
parent 144e81e8f8
commit 510f623c77
2 changed files with 0 additions and 3 deletions

View file

@ -3,8 +3,6 @@
#define THEMEINTERFACE_H
#include <QObject>
#include <QColor>
#include <QSettings>
#include <QQmlContext>
class ThemeInterface : public QObject {
Q_OBJECT