wallet: sqlite: force sqlite3.h to be included by the cpp files

This way sqlite usage is explicit.
This commit is contained in:
Cory Fields 2023-07-06 18:11:00 +00:00
parent c325f0fbae
commit bea9fc2600

View File

@ -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;