From 51895fd7df69ddb5d6bfe5c2caf2f6649cc43132 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 15 Nov 2017 16:37:07 +0000 Subject: 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 --- src/wallet/wallet2.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/wallet2.cpp') 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" -- cgit v1.2.3