diff options
| author | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
|---|---|---|
| committer | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
| commit | bd98e99c8095cf05c4d3282c888a87745ad1c559 (patch) | |
| tree | 2025c8317dad74ef839fa4e3b20b2534d65f321f /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 8534f71eedbb421ca3e961c5adc96e5048c4e685 (diff) | |
| download | monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.gz monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.xz monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.zip | |
Removed a lot of unnecessary includes
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 c405c996a..00537e8b7 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> |
