aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
authorhyc <hyc@symas.com>2015-12-21 16:21:50 +0000
committerHoward Chu <hyc@symas.com>2015-12-21 16:23:59 +0000
commit9428d53d6f9bb4a269579cfbdc993e270726bdd4 (patch)
tree79d20217fbd6c307bdd8fdc15be421c3d883e52c /src/daemon/daemon.h
parentMerge pull request #540 (diff)
downloadmonero-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/daemon.h')
-rw-r--r--src/daemon/daemon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 8ed2a2f03..d2bac9d49 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -27,8 +27,6 @@
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#pragma once
-
-#include <memory>
#include <boost/program_options.hpp>
namespace daemonize {