summaryrefslogtreecommitdiffstats
path: root/logd/src/apps
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-09-26 16:31:24 +0200
committerHenning Baldersheim <balder@oath.com>2018-09-27 14:31:23 +0200
commit7b2c641855512aa2823d8c578b941745a4a5aca1 (patch)
tree94f085bb71edf1875d1562f698dcc36edf9020e6 /logd/src/apps
parentee15790bfc2dbd633bc90076d0b2808043628190 (diff)
- NULL -> nullptr
- forward declaration. - Move from header to implementation. - use std::unordered_set
Diffstat (limited to 'logd/src/apps')
-rw-r--r--logd/src/apps/logd/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/logd/src/apps/logd/main.cpp b/logd/src/apps/logd/main.cpp
index f9d760c4d18..62f1e48b233 100644
--- a/logd/src/apps/logd/main.cpp
+++ b/logd/src/apps/logd/main.cpp
@@ -1,7 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <logd/errhandle.h>
-#include <logd/service.h>
#include <logd/forward.h>
#include <logd/conf.h>
#include <logd/watch.h>
@@ -15,8 +14,6 @@
#include <vespa/log/log.h>
LOG_SETUP("logdemon");
-
-
using namespace logdemon;
using config::FileSpec;