]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
remove more unused includes
authortobtoht <tob@featherwallet.org>
Wed, 2 Oct 2024 23:02:39 +0000 (01:02 +0200)
committertobtoht <tob@featherwallet.org>
Wed, 2 Oct 2024 23:02:39 +0000 (01:02 +0200)
src/SettingsDialog.cpp
src/dialog/LegacySeedRecovery.cpp
src/dialog/URSettingsDialog.cpp

index 2f52a8a848a170db1c64c0b1b4d9442bbd91fb1a..3ad8c7507938d93257a455ddf767e3baa610b7e5 100644 (file)
@@ -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)
index 94a9d22ea22e86b9283e464ac7b16b1259c02723..7b27b44ddc20b1f70bd47f859f33d3ee0a29bfca 100644 (file)
@@ -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"
index 8ac5b42295aff3bd1c7dcd309e834d68f4cf8238..febd57dfc8eb269f329fca0894a19f5227d41f36 100644 (file)
@@ -4,8 +4,6 @@
 #include "URSettingsDialog.h"
 #include "ui_URSettingsDialog.h"
 
-#include <QFileDialog>
-
 #include "utils/config.h"
 #include "utils/Utils.h"