mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +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:
parent
c325f0fbae
commit
bea9fc2600
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user