diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-07-19 03:34:27 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-07-19 03:34:28 -0700 |
commit | 3ba6c7fd30302cfb38f8af0618504dbf1fb17f09 (patch) | |
tree | ee889c2e7335d49ee67c413f5d18576bbff12b40 /tests | |
parent | Merge pull request #6512 (diff) | |
parent | remove double includes (diff) | |
download | monero-3ba6c7fd30302cfb38f8af0618504dbf1fb17f09.tar.xz |
Merge pull request #6516
8656a8c9f remove double includes (sumogr)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/core_proxy/core_proxy.cpp | 1 | ||||
-rw-r--r-- | tests/unit_tests/mnemonics.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp index b0f72826d..8095f03e3 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -47,7 +47,6 @@ #include "cryptonote_protocol/cryptonote_protocol_handler.h" #include "cryptonote_protocol/cryptonote_protocol_handler.inl" #include "core_proxy.h" -#include "version.h" #if defined(WIN32) #include <crtdbg.h> diff --git a/tests/unit_tests/mnemonics.cpp b/tests/unit_tests/mnemonics.cpp index bd9afbc31..0f9a81b46 100644 --- a/tests/unit_tests/mnemonics.cpp +++ b/tests/unit_tests/mnemonics.cpp @@ -49,9 +49,7 @@ #include "mnemonics/esperanto.h" #include "mnemonics/lojban.h" #include "mnemonics/english_old.h" -#include "mnemonics/language_base.h" #include "mnemonics/singleton.h" -#include <boost/algorithm/string.hpp> namespace { |