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/command_line_args.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/daemon/command_line_args.h') diff --git a/src/daemon/command_line_args.h b/src/daemon/command_line_args.h index 798c34b62..e3afea9cd 100644 --- a/src/daemon/command_line_args.h +++ b/src/daemon/command_line_args.h @@ -31,7 +31,6 @@ #include "common/command_line.h" #include "cryptonote_config.h" -#include namespace daemon_args { -- cgit v1.2.3