diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-12-04 17:08:42 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-12-04 17:08:42 +0200 |
| commit | c00ac446fd087faee26aecf2898706b0f5b6d76f (patch) | |
| tree | d0151f23ded1bbd6cb4322013823e5b07786a19c /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 398f7076bb67d749d76a1b275e5bd771e9714b4b (diff) | |
| parent | bd98e99c8095cf05c4d3282c888a87745ad1c559 (diff) | |
| download | monzero-core-c00ac446fd087faee26aecf2898706b0f5b6d76f.tar.gz monzero-core-c00ac446fd087faee26aecf2898706b0f5b6d76f.tar.xz monzero-core-c00ac446fd087faee26aecf2898706b0f5b6d76f.zip | |
Merge pull request #4854
bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 10ab3fe65..b353cc5d1 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -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> |
