diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-22 10:29:04 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-22 10:29:29 +0200 |
commit | 40880d7cb8ea9b86d18ca97960291d3965f23f51 (patch) | |
tree | edb5e30c9e7563ecdb447aa6edc36e945804b209 /src/daemon/daemon.h | |
parent | Merge pull request #551 (diff) | |
parent | Strip redundant includes (diff) | |
download | monero-40880d7cb8ea9b86d18ca97960291d3965f23f51.tar.xz |
Merge pull request #552
9428d53 Strip redundant includes (hyc)
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r-- | src/daemon/daemon.h | 2 |
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 { |