aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-10-21 11:47:10 +0200
committerWladimir J. van der Laan <[email protected]>2016-10-21 11:48:18 +0200
commit1ae5839ff024096c65e1590084f2720fa08d3e23 (patch)
treecf001d4dff838416239b579d75cd6f4bc08e468f /src/wallet/wallet.cpp
parentMerge #8980: RPC: importmulti: Avoid using boost::variant::operator!=, which ... (diff)
downloaddiscoin-1ae5839ff024096c65e1590084f2720fa08d3e23.tar.xz
discoin-1ae5839ff024096c65e1590084f2720fa08d3e23.zip
moveonly: move `coincontrol` to `src/wallet`
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index c7f98b238..60a769704 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -8,7 +8,7 @@
#include "base58.h"
#include "checkpoints.h"
#include "chain.h"
-#include "coincontrol.h"
+#include "wallet/coincontrol.h"
#include "consensus/consensus.h"
#include "consensus/validation.h"
#include "key.h"