aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-07-19 03:34:27 -0700
committerAlexander Blair <snipa@jagtech.io>2020-07-19 03:34:28 -0700
commit3ba6c7fd30302cfb38f8af0618504dbf1fb17f09 (patch)
treeee889c2e7335d49ee67c413f5d18576bbff12b40 /src/wallet
parentMerge pull request #6512 (diff)
parentremove double includes (diff)
downloadmonero-3ba6c7fd30302cfb38f8af0618504dbf1fb17f09.tar.xz
Merge pull request #6516
8656a8c9f remove double includes (sumogr)
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 84a2e9bae..557833f2c 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 "net/abstract_http_client.h"