mirror of
https://github.com/monero-project/monero.git
synced 2025-09-21 07:24:40 -04:00
Merge pull request #7000
dc48de7
Reduce compilation time of epee/portable_storage.h (mj-xmr)
This commit is contained in:
commit
4c410a1e3a
14 changed files with 290 additions and 216 deletions
|
@ -32,6 +32,8 @@
|
|||
#include "rpc/rpc_payment_costs.h"
|
||||
#include "storages/http_abstract_invoke.h"
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
#define RETURN_ON_RPC_RESPONSE_ERROR(r, error, res, method) \
|
||||
do { \
|
||||
CHECK_AND_ASSERT_MES(error.code == 0, error.message, error.message); \
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#include <boost/thread/recursive_mutex.hpp>
|
||||
#include "include_base_utils.h"
|
||||
#include "net/abstract_http_client.h"
|
||||
#include "rpc/core_rpc_server_commands_defs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue