mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Merge bitcoin/bitcoin#28040: wallet: sqlite: don't include sqlite files from our headers
bea9fc2600
wallet: sqlite: force sqlite3.h to be included by the cpp files (Cory Fields) Pull request description: Only `#include` upstream sqlite headers from our cpp files. Like #28039 but simpler :) ACKs for top commit: achow101: ACKbea9fc2600
TheCharlatan: Nice, ACKbea9fc2600
kristapsk: utACKbea9fc2600
hebasto: ACKbea9fc2600
, I have reviewed the code and it looks OK. Tree-SHA512: cb83ac51eed7e0740f1c75ee87c7849fa7e535bc4836c499290041eb995ccfd82533e3babfe83a164257b62b180f206112d6a1bae7ea290ad0ec7f55d62432da
This commit is contained in:
commit
334f45fe62
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue