moveonly: move coincontrol to src/wallet

This commit is contained in:
Wladimir J. van der Laan
2016-10-21 11:47:10 +02:00
parent 0e228557f2
commit 1ae5839ff0
5 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
#include "walletmodel.h"
#include "base58.h"
#include "coincontrol.h"
#include "wallet/coincontrol.h"
#include "main.h" // mempool and minRelayTxFee
#include "ui_interface.h"
#include "txmempool.h"