mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 11:44:24 -04:00
split wallet and wallet_api
This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h
This commit is contained in:
parent
dc6a8014bd
commit
51895fd7df
15 changed files with 104 additions and 40 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "wallet/wallet2_api.h"
|
||||
#include "wallet/api/wallet2_api.h"
|
||||
#include "wallet/wallet2.h"
|
||||
#include "include_base_utils.h"
|
||||
#include "common/util.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue