diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-22 10:29:04 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-22 10:29:29 +0200 |
commit | 40880d7cb8ea9b86d18ca97960291d3965f23f51 (patch) | |
tree | edb5e30c9e7563ecdb447aa6edc36e945804b209 /src/daemon/protocol.h | |
parent | Merge pull request #551 (diff) | |
parent | Strip redundant includes (diff) | |
download | monero-40880d7cb8ea9b86d18ca97960291d3965f23f51.tar.xz |
Merge pull request #552
9428d53 Strip redundant includes (hyc)
Diffstat (limited to 'src/daemon/protocol.h')
-rw-r--r-- | src/daemon/protocol.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/daemon/protocol.h b/src/daemon/protocol.h index 2fc20d77d..db94c1f36 100644 --- a/src/daemon/protocol.h +++ b/src/daemon/protocol.h @@ -30,12 +30,6 @@ #pragma once -#include "cryptonote_protocol/cryptonote_protocol_handler.h" -#include "misc_log_ex.h" -#include "p2p/net_node.h" -#include <stdexcept> -#include <boost/program_options.hpp> - namespace daemonize { |