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
This commit is contained in:
Jorge Timón
2015-07-05 14:30:07 +02:00
parent 9dd793f499
commit 60c8bac77c
28 changed files with 26 additions and 42 deletions

View File

@@ -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