diff options
author | hyc <hyc@symas.com> | 2015-12-21 16:21:50 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2015-12-21 16:23:59 +0000 |
commit | 9428d53d6f9bb4a269579cfbdc993e270726bdd4 (patch) | |
tree | 79d20217fbd6c307bdd8fdc15be421c3d883e52c /src/daemon/command_line_args.h | |
parent | Merge pull request #540 (diff) | |
download | monero-9428d53d6f9bb4a269579cfbdc993e270726bdd4.tar.xz |
Strip redundant includes
In particular, <boost/program_options.hpp> 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.
Diffstat (limited to 'src/daemon/command_line_args.h')
-rw-r--r-- | src/daemon/command_line_args.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <boost/program_options.hpp> namespace daemon_args { |