Merge pull request #3115 from sipa/walletmain

Interaction cleanups between main and wallet
This commit is contained in:
Gavin Andresen
2013-10-29 18:01:57 -07:00
10 changed files with 109 additions and 178 deletions

View File

@@ -6,6 +6,9 @@
#include "bitcoinunits.h"
#include "init.h"
#include "core.h"
#include "wallet.h"
#include "netbase.h"
#include "walletdb.h"
#include "guiutil.h"