From df840de5daef60a253e4d84d14ff72bb7188a6c0 Mon Sep 17 00:00:00 2001 From: Thomas Holenstein Date: Wed, 18 Dec 2013 20:46:43 +0100 Subject: 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. --- src/test/miner_tests.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/miner_tests.cpp') diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp index ea6abb7e9..8e3091d55 100644 --- a/src/test/miner_tests.cpp +++ b/src/test/miner_tests.cpp @@ -4,7 +4,6 @@ #include "miner.h" #include "uint256.h" #include "util.h" -#include "wallet.h" #include -- cgit v1.2.3