Merge pull request #6516

8656a8c9f remove double includes (sumogr)
This commit is contained in:
Alexander Blair 2020-07-19 03:34:27 -07:00
commit 3ba6c7fd30
No known key found for this signature in database
GPG key ID: C64552D877C32479
6 changed files with 0 additions and 12 deletions

View file

@ -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>

View file

@ -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
{