summaryrefslogtreecommitdiffstats
path: root/vespalog/src/vespa/log/log-target.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalog/src/vespa/log/log-target.cpp')
-rw-r--r--vespalog/src/vespa/log/log-target.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/vespalog/src/vespa/log/log-target.cpp b/vespalog/src/vespa/log/log-target.cpp
index d34e0067b04..b6692caa308 100644
--- a/vespalog/src/vespa/log/log-target.cpp
+++ b/vespalog/src/vespa/log/log-target.cpp
@@ -1,11 +1,9 @@
// 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 <cstring>
-#include <cstdlib>
+#include <cassert>
#include "log.h"
LOG_SETUP(".log");
-LOG_RCSID("$Id$");
#include "log-target-fd.h"
#include "log-target-file.h"