diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-11-25 19:53:34 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-11-25 19:53:35 +0200 |
commit | 2e54e7ff0b10d262eb95b6f0124ccd8d621af7b7 (patch) | |
tree | 72539cbffe8c09acf4c1041229f36a0793e70a99 /src/wallet/wallet2.cpp | |
parent | Merge pull request #2823 (diff) | |
parent | split wallet and wallet_api (diff) | |
download | monero-2e54e7ff0b10d262eb95b6f0124ccd8d621af7b7.tar.xz |
Merge pull request #2824
51895fd7 split wallet and wallet_api (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.cpp')
-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 6c9778532..3a8662890 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" |