mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Cleanup two includes.
Took 3 minutes
This commit is contained in:
parent
1913b52da7
commit
e965e3bf82
3 changed files with 5 additions and 2 deletions
|
|
@ -368,6 +368,7 @@ if(Qt5_FOUND)
|
|||
libcockatrice_network
|
||||
libcockatrice_models
|
||||
libcockatrice_rng
|
||||
libcockatrice_settings
|
||||
${COCKATRICE_QT_MODULES}
|
||||
)
|
||||
else()
|
||||
|
|
@ -379,6 +380,7 @@ else()
|
|||
libcockatrice_network
|
||||
libcockatrice_models
|
||||
libcockatrice_rng
|
||||
libcockatrice_settings
|
||||
${COCKATRICE_QT_MODULES}
|
||||
)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#include "cache_settings.h"
|
||||
|
||||
#include "../../../../libcockatrice_settings/libcockatrice/settings/card_override_settings.h"
|
||||
#include "../network/update/client/release_channel.h"
|
||||
#include "card_counter_settings.h"
|
||||
|
||||
|
|
@ -12,6 +11,7 @@
|
|||
#include <QGlobalStatic>
|
||||
#include <QSettings>
|
||||
#include <QStandardPaths>
|
||||
#include <libcockatrice/settings/card_override_settings.h>
|
||||
#include <utility>
|
||||
|
||||
QSharedPointer<SettingsCache> SettingsCache::settingsInstance = nullptr;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
#define PICTURELOADER_H
|
||||
|
||||
#include <../../cockatrice/src/client/settings/cache_settings.h>
|
||||
#include "../../cockatrice/src/client/settings/cache_settings.h"
|
||||
|
||||
#include <libcockatrice/card/database/card_database.h>
|
||||
#include <libcockatrice/utility/macros.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue