From 9428d53d6f9bb4a269579cfbdc993e270726bdd4 Mon Sep 17 00:00:00 2001 From: hyc Date: Mon, 21 Dec 2015 16:21:50 +0000 Subject: Strip redundant includes In particular, blows up daemon.cpp.obj, making it too big to compile in debug mode on Win32. Even on a release build it drops daemon.cpp.o on Linux from 31MB to 20MB. This has no effect on the final linked binary size. --- src/daemon/protocol.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/daemon/protocol.h') 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 -#include - namespace daemonize { -- cgit v1.2.3