diff options
| author | Gavin Andresen <[email protected]> | 2013-10-29 18:01:57 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-10-29 18:01:57 -0700 |
| commit | e13934c94eb6e95c21e04b92c4b0775b2bded67e (patch) | |
| tree | c4ed663519a61e6d3a77478c25381ede579f129c /src/qt/optionsmodel.cpp | |
| parent | Merge pull request #3162 from sipa/saninsert (diff) | |
| parent | Break dependency of init on wallet. (diff) | |
| download | discoin-e13934c94eb6e95c21e04b92c4b0775b2bded67e.tar.xz discoin-e13934c94eb6e95c21e04b92c4b0775b2bded67e.zip | |
Merge pull request #3115 from sipa/walletmain
Interaction cleanups between main and wallet
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -rw-r--r-- | src/qt/optionsmodel.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 95efc5832..4db048dcc 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -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" |