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

@ -4,7 +4,6 @@
#include "qmlmanager.h"
#include "core/metrics.h"
#include "core/settings/qPrefDisplay.h"
#include <QFontInfo>
static const QColor BLUE_BACKGROUND_COLOR = "#eff0f1";
static const QColor BLUE_CONTRAST_ACCENT_COLOR = "#FF5722";

View file

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