aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/sqlite.h')
-rw-r--r--src/wallet/sqlite.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wallet/sqlite.h b/src/wallet/sqlite.h
index 0378bbb8d6..f1ce0567e1 100644
--- a/src/wallet/sqlite.h
+++ b/src/wallet/sqlite.h
@@ -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;