Skip to content

Commit bea9fc2

Browse files
committed
wallet: sqlite: force sqlite3.h to be included by the cpp files
This way sqlite usage is explicit.
1 parent c325f0f commit bea9fc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/wallet/sqlite.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
#include <sync.h>
99
#include <wallet/db.h>
1010

11-
#include <sqlite3.h>
12-
1311
struct bilingual_str;
1412

13+
struct sqlite3_stmt;
14+
struct sqlite3;
15+
1516
namespace wallet {
1617
class SQLiteDatabase;
1718

0 commit comments

Comments
 (0)