0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

[wallet.h] Remove main.h include

This commit is contained in:
MarcoFalke 2016-02-03 12:51:11 +01:00
parent fa79db2641
commit fa762d0f00

View file

@ -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"