mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
Things don't need to manually include utility headers if they already link against it. Settings should link against utility. Deck_List needs pb generated files.
Took 10 minutes
This commit is contained in:
parent
fc4dbfeec4
commit
d946d6a3ec
5 changed files with 3 additions and 7 deletions
|
|
@ -17,13 +17,13 @@
|
|||
#include "recents_settings.h"
|
||||
#include "servers_settings.h"
|
||||
#include "shortcuts_settings.h"
|
||||
#include "utility/macros.h"
|
||||
|
||||
#include <QDate>
|
||||
#include <QLoggingCategory>
|
||||
#include <QObject>
|
||||
#include <QSize>
|
||||
#include <QStringList>
|
||||
#include <utility/macros.h>
|
||||
|
||||
inline Q_LOGGING_CATEGORY(SettingsCacheLog, "settings_cache");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue