aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-10-29 18:01:57 -0700
committerGavin Andresen <[email protected]>2013-10-29 18:01:57 -0700
commite13934c94eb6e95c21e04b92c4b0775b2bded67e (patch)
treec4ed663519a61e6d3a77478c25381ede579f129c /src/bitcoind.cpp
parentMerge pull request #3162 from sipa/saninsert (diff)
parentBreak dependency of init on wallet. (diff)
downloaddiscoin-e13934c94eb6e95c21e04b92c4b0775b2bded67e.tar.xz
discoin-e13934c94eb6e95c21e04b92c4b0775b2bded67e.zip
Merge pull request #3115 from sipa/walletmain
Interaction cleanups between main and wallet
Diffstat (limited to 'src/bitcoind.cpp')
-rw-r--r--src/bitcoind.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp
index fbacbd2e2..4fd329606 100644
--- a/src/bitcoind.cpp
+++ b/src/bitcoind.cpp
@@ -3,7 +3,10 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include "ui_interface.h"
#include "init.h"
+#include "util.h"
+#include "main.h"
#include "bitcoinrpc.h"
#include <boost/algorithm/string/predicate.hpp>