aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/p2p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/p2p.h')
-rw-r--r--src/daemon/p2p.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/daemon/p2p.h b/src/daemon/p2p.h
index e1a4d38ee..7e91ef08d 100644
--- a/src/daemon/p2p.h
+++ b/src/daemon/p2p.h
@@ -31,11 +31,8 @@
#pragma once
#include "cryptonote_protocol/cryptonote_protocol_handler.h"
-#include "daemon/protocol.h"
-#include "misc_log_ex.h"
#include "p2p/net_node.h"
-#include <stdexcept>
-#include <boost/program_options.hpp>
+#include "daemon/protocol.h"
namespace daemonize
{