mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +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