aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2015-07-05 14:30:07 +0200
committerJorge Timón <jtimon@jtimon.cc>2015-07-23 21:10:26 +0200
commit60c8bac77c6612b84e3496b2227a01058d720ecc (patch)
tree81c2eb2843639b823626fb8c02514d02129874a9 /src/qt/optionsmodel.cpp
parent9dd793f499254600efa468938cef9baa28ac81b0 (diff)
downloadbitcoin-60c8bac77c6612b84e3496b2227a01058d720ecc.tar.xz
Includes: Cleanup around net main and wallet
-Move from .h to .cpp: in main, net and wallet -Remove unnecessary #include "main.h" -Cleanup some wallet files includes
Diffstat (limited to 'src/qt/optionsmodel.cpp')
-rw-r--r--src/qt/optionsmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index b4ce8191d0..6191edc44c 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -13,7 +13,7 @@
#include "amount.h"
#include "init.h"
-#include "main.h"
+#include "main.h" // For DEFAULT_SCRIPTCHECK_THREADS
#include "net.h"
#include "txdb.h" // for -dbcache defaults