summaryrefslogtreecommitdiffstats
path: root/vespalog/src/logctl/logctl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalog/src/logctl/logctl.cpp')
-rw-r--r--vespalog/src/logctl/logctl.cpp14
1 files changed, 4 insertions, 10 deletions
diff --git a/vespalog/src/logctl/logctl.cpp b/vespalog/src/logctl/logctl.cpp
index 8457fb944ce..72891769eee 100644
--- a/vespalog/src/logctl/logctl.cpp
+++ b/vespalog/src/logctl/logctl.cpp
@@ -1,19 +1,13 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <sys/types.h>
-#include <cstdio>
-#include <cstdlib>
-#include <unistd.h>
-#include <cstring>
-#include <limits.h>
-
-#include <memory>
-#include <vector>
-#include <string>
#include <vespa/defaults.h>
#include <vespa/log/control-file.h>
#include <vespa/log/internal.h>
#include <vespa/log/component.h>
+#include <unistd.h>
+#include <dirent.h>
+#include <sys/stat.h>
+
LOG_SETUP("logctl", "$Id$");
using namespace ns_log;