diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-02-03 12:51:11 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-02-03 12:44:43 +0100 |
commit | fa762d0f00ba1ad381a749e139f37aef673b70ba (patch) | |
tree | 4389311536e8a757ae8f5a9fb0a4e0389d07fe05 /src/wallet | |
parent | fa79db2641182b47b4077345d8261d28c4a87bf0 (diff) |
[wallet.h] Remove main.h include
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index c5b2771515..5072042b8d 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" |