diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-15 16:37:07 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-16 12:10:29 +0000 |
commit | 51895fd7df69ddb5d6bfe5c2caf2f6649cc43132 (patch) | |
tree | 9e53dd9dcd37163567037774855f82ff114a185e /src/wallet/wallet2.cpp | |
parent | Merge pull request #2818 (diff) | |
download | monero-51895fd7df69ddb5d6bfe5c2caf2f6649cc43132.tar.xz |
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
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet2.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 00b096b88..2695cfd95 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -39,7 +39,6 @@ using namespace epee; #include "cryptonote_config.h" #include "wallet2.h" -#include "wallet2_api.h" #include "cryptonote_basic/cryptonote_format_utils.h" #include "rpc/core_rpc_server_commands_defs.h" #include "misc_language.h" |