diff options
author | sumogr <sumogr@mail.com> | 2020-05-11 13:53:17 +0000 |
---|---|---|
committer | sumogr <sumogr@mail.com> | 2020-05-11 13:53:17 +0000 |
commit | 8656a8c9ff38c59aff678880eca3ffc52d2242af (patch) | |
tree | 9e92e71c06b90274900884ea6ad440d6db3bc8d6 /src | |
parent | Merge pull request #6314 (diff) | |
download | monero-8656a8c9ff38c59aff678880eca3ffc52d2242af.tar.xz |
remove double includes
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/daemon.cpp | 1 | ||||
-rw-r--r-- | src/wallet/message_transporter.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 056f2f320..1333256db 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -43,7 +43,6 @@ #include "daemon/protocol.h" #include "daemon/rpc.h" #include "daemon/command_server.h" -#include "daemon/command_server.h" #include "daemon/command_line_args.h" #include "net/net_ssl.h" #include "version.h" 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" |