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/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/daemon/main.cpp') diff --git a/src/daemon/main.cpp b/src/daemon/main.cpp index 68e375269..1de55a685 100644 --- a/src/daemon/main.cpp +++ b/src/daemon/main.cpp @@ -40,7 +40,6 @@ #include "misc_log_ex.h" #include "p2p/net_node.h" #include "rpc/core_rpc_server.h" -#include #include "daemon/command_line_args.h" #include "blockchain_db/db_types.h" -- cgit v1.2.3