mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
wallet: sqlite: force sqlite3.h to be included by the cpp files
This way sqlite usage is explicit.
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
#include <sync.h>
|
||||
#include <wallet/db.h>
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
struct bilingual_str;
|
||||
|
||||
struct sqlite3_stmt;
|
||||
struct sqlite3;
|
||||
|
||||
namespace wallet {
|
||||
class SQLiteDatabase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user