From 61c16339da4e80b1320a6296df6d96cd7a84bb4e Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 15 Jun 2020 14:29:29 -0400 Subject: walletdb: Move BDB specific things into bdb.{cpp/h} Leave wallet/db.{cpp/h} for generic WalletDatabase stuff. The BDB specific stuff goes into bdb.{cpp/h} --- src/wallet/test/db_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/test') diff --git a/src/wallet/test/db_tests.cpp b/src/wallet/test/db_tests.cpp index f4a4c9fa7c..8f0083cd2e 100644 --- a/src/wallet/test/db_tests.cpp +++ b/src/wallet/test/db_tests.cpp @@ -8,7 +8,7 @@ #include #include -#include +#include BOOST_FIXTURE_TEST_SUITE(db_tests, BasicTestingSetup) -- cgit v1.2.3