mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-01 08:30:02 +00:00
remove more unused includes
This commit is contained in:
parent
8deae7398d
commit
39434708d6
3 changed files with 0 additions and 6 deletions
|
@ -15,8 +15,6 @@
|
|||
#include "utils/nodes.h"
|
||||
#include "utils/WebsocketNotifier.h"
|
||||
#include "widgets/NetworkProxyWidget.h"
|
||||
#include "WindowManager.h"
|
||||
#include "plugins/PluginRegistry.h"
|
||||
#include "utils/ColorScheme.h"
|
||||
|
||||
Settings::Settings(Nodes *nodes, QWidget *parent)
|
||||
|
|
|
@ -8,10 +8,8 @@
|
|||
#include "ColorScheme.h"
|
||||
#include "utils/Utils.h"
|
||||
#include "polyseed/polyseed.h"
|
||||
#include "utils/AsyncTask.h"
|
||||
#include "device/device_default.hpp"
|
||||
#include "cryptonote_basic/account.h"
|
||||
#include "cryptonote_basic/cryptonote_basic_impl.h"
|
||||
#include "cryptonote_basic/blobdatatype.h"
|
||||
#include "common/base58.h"
|
||||
#include "serialization/binary_utils.h"
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
#include "URSettingsDialog.h"
|
||||
#include "ui_URSettingsDialog.h"
|
||||
|
||||
#include <QFileDialog>
|
||||
|
||||
#include "utils/config.h"
|
||||
#include "utils/Utils.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue