mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
[Cleanup] More unused #includes
Took 55 minutes
This commit is contained in:
parent
024c3b4ddb
commit
cfd46bb370
157 changed files with 50 additions and 359 deletions
|
|
@ -9,8 +9,6 @@
|
|||
|
||||
#include "settings_manager.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class DownloadSettings : public SettingsManager
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
#ifndef SETTINGSMANAGER_H
|
||||
#define SETTINGSMANAGER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QSettings>
|
||||
#include <QStringList>
|
||||
#include <QVariant>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue