mirror of
https://github.com/monero-project/monero.git
synced 2025-08-13 03:05:33 -04:00
Merge pull request #4854
bd98e99c
Removed a lot of unnecessary includes (Martijn Otto)
This commit is contained in:
commit
c00ac446fd
39 changed files with 38 additions and 168 deletions
|
@ -30,13 +30,11 @@
|
|||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#include "include_base_utils.h"
|
||||
#include "string_tools.h"
|
||||
using namespace epee;
|
||||
|
||||
#include <unordered_set>
|
||||
#include "cryptonote_core.h"
|
||||
#include "common/command_line.h"
|
||||
#include "common/util.h"
|
||||
#include "common/updates.h"
|
||||
#include "common/download.h"
|
||||
|
@ -45,7 +43,6 @@ using namespace epee;
|
|||
#include "warnings.h"
|
||||
#include "crypto/crypto.h"
|
||||
#include "cryptonote_config.h"
|
||||
#include "cryptonote_tx_utils.h"
|
||||
#include "misc_language.h"
|
||||
#include "file_io_utils.h"
|
||||
#include <csignal>
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include <boost/program_options/options_description.hpp>
|
||||
#include <boost/program_options/variables_map.hpp>
|
||||
#include <boost/interprocess/sync/file_lock.hpp>
|
||||
|
||||
#include "cryptonote_protocol/cryptonote_protocol_handler_common.h"
|
||||
#include "storages/portable_storage_template_helper.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue