Skip to content

Commit 1d5ac60

Browse files
committed
wallet, refactor: Include headers instead of function declarations
1 parent f5bd46a commit 1d5ac60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/wallet/walletutil.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66

77
#include <logging.h>
88
#include <util/system.h>
9-
10-
bool ExistsBerkeleyDatabase(const fs::path& path);
11-
bool ExistsSQLiteDatabase(const fs::path& path);
9+
#include <wallet/bdb.h>
10+
#include <wallet/sqlite.h>
1211

1312
fs::path GetWalletDir()
1413
{

0 commit comments

Comments
 (0)