aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsumogr <sumogr@mail.com>2020-05-11 13:53:17 +0000
committersumogr <sumogr@mail.com>2020-05-11 13:53:17 +0000
commit8656a8c9ff38c59aff678880eca3ffc52d2242af (patch)
tree9e92e71c06b90274900884ea6ad440d6db3bc8d6 /tests
parent57854a3e215c7bbad6f059d33b399063ff992de8 (diff)
downloadmonzero-core-8656a8c9ff38c59aff678880eca3ffc52d2242af.tar.gz
monzero-core-8656a8c9ff38c59aff678880eca3ffc52d2242af.tar.xz
monzero-core-8656a8c9ff38c59aff678880eca3ffc52d2242af.zip
remove double includes
Diffstat (limited to 'tests')
-rw-r--r--tests/core_proxy/core_proxy.cpp1
-rw-r--r--tests/unit_tests/mnemonics.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp
index 9463d14ce..66b2518db 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 51feb54e4..046960ac6 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
{