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 /src/wallet | |
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 'src/wallet')
-rw-r--r-- | src/wallet/message_transporter.h | 1 |
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" |