aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
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 /src/wallet
parentMerge pull request #6314 (diff)
downloadmonero-8656a8c9ff38c59aff678880eca3ffc52d2242af.tar.xz
remove double includes
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/message_transporter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/message_transporter.h b/src/wallet/message_transporter.h
index 28c099d87..c602e7d60 100644
--- a/src/wallet/message_transporter.h
+++ b/src/wallet/message_transporter.h
@@ -31,7 +31,6 @@
#include "cryptonote_basic/cryptonote_basic.h"
#include "cryptonote_basic/cryptonote_boost_serialization.h"
#include "cryptonote_basic/account_boost_serialization.h"
-#include "cryptonote_basic/cryptonote_basic.h"
#include "net/http_server_impl_base.h"
#include "net/http_client.h"
#include "common/util.h"