diff options
author | sumogr <sumogr@mail.com> | 2020-05-11 13:53:17 +0000 |
---|---|---|
committer | sumogr <sumogr@mail.com> | 2020-05-11 13:53:17 +0000 |
commit | 8656a8c9ff38c59aff678880eca3ffc52d2242af (patch) | |
tree | 9e92e71c06b90274900884ea6ad440d6db3bc8d6 /tests/core_proxy | |
parent | Merge pull request #6314 (diff) | |
download | monero-8656a8c9ff38c59aff678880eca3ffc52d2242af.tar.xz |
remove double includes
Diffstat (limited to 'tests/core_proxy')
-rw-r--r-- | tests/core_proxy/core_proxy.cpp | 1 |
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> |