remove double includes

This commit is contained in:
sumogr 2020-05-11 13:53:17 +00:00 committed by wowario
parent bcd71a5af9
commit 121cdd5012
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
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
{