summaryrefslogtreecommitdiffstats
path: root/logd/src/apps/logd/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logd/src/apps/logd/main.cpp')
-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;