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/core_proxy | |
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/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 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> |