mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
Make bitcoin compile without wallet if "db_cxx.h" is not present
Moved includes of "db.h" into #ifdef ENABLE_WALLET blocks or remove them.
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
285cf7a1a6
commit
df840de5da
@@ -5,13 +5,14 @@
|
||||
|
||||
#include "rpcserver.h"
|
||||
#include "chainparams.h"
|
||||
#include "db.h"
|
||||
#include "init.h"
|
||||
#include "net.h"
|
||||
#include "main.h"
|
||||
#include "miner.h"
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "db.h"
|
||||
#include "wallet.h"
|
||||
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#include "json/json_spirit_utils.h"
|
||||
|
||||
Reference in New Issue
Block a user