aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-02-03 12:51:11 +0100
committerMarcoFalke <[email protected]>2016-02-03 12:44:43 +0100
commitfa762d0f00ba1ad381a749e139f37aef673b70ba (patch)
tree4389311536e8a757ae8f5a9fb0a4e0389d07fe05 /src
parentMove maxTxFee out of mempool (diff)
downloaddiscoin-fa762d0f00ba1ad381a749e139f37aef673b70ba.tar.xz
discoin-fa762d0f00ba1ad381a749e139f37aef673b70ba.zip
[wallet.h] Remove main.h include
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index c5b277151..5072042b8 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -7,7 +7,6 @@
#define BITCOIN_WALLET_WALLET_H
#include "amount.h"
-#include "main.h"
#include "streams.h"
#include "tinyformat.h"
#include "ui_interface.h"