aboutsummaryrefslogtreecommitdiff
path: root/tests/core_proxy
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/core_proxy
parentMerge pull request #6314 (diff)
downloadmonero-8656a8c9ff38c59aff678880eca3ffc52d2242af.tar.xz
remove double includes
Diffstat (limited to 'tests/core_proxy')
-rw-r--r--tests/core_proxy/core_proxy.cpp1
1 files changed, 0 insertions, 1 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>