summaryrefslogtreecommitdiffstats
path: root/vsm/src/tests
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-18 05:17:19 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 14:15:45 +0000
commit561d81f41cf3ac93990c4d13743c97aff932f1c0 (patch)
tree8b14ef6796af0bc1946d49aa54513cdae8449f34 /vsm/src/tests
parent6a33e844b93f483f09bca7cda744cae538209369 (diff)
Only include what you need
Diffstat (limited to 'vsm/src/tests')
-rw-r--r--vsm/src/tests/charbuffer/charbuffer.cpp3
-rw-r--r--vsm/src/tests/docsum/docsum.cpp3
-rw-r--r--vsm/src/tests/textutil/textutil.cpp3
3 files changed, 0 insertions, 9 deletions
diff --git a/vsm/src/tests/charbuffer/charbuffer.cpp b/vsm/src/tests/charbuffer/charbuffer.cpp
index b285005de42..4d4148b6426 100644
--- a/vsm/src/tests/charbuffer/charbuffer.cpp
+++ b/vsm/src/tests/charbuffer/charbuffer.cpp
@@ -1,7 +1,4 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("charbuffer_test");
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/vsm/common/charbuffer.h>
diff --git a/vsm/src/tests/docsum/docsum.cpp b/vsm/src/tests/docsum/docsum.cpp
index 366fae65849..c084bd5593f 100644
--- a/vsm/src/tests/docsum/docsum.cpp
+++ b/vsm/src/tests/docsum/docsum.cpp
@@ -1,7 +1,4 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("docsum_test");
#include <vespa/vespalib/testkit/testapp.h>
#include <vector>
diff --git a/vsm/src/tests/textutil/textutil.cpp b/vsm/src/tests/textutil/textutil.cpp
index ba6a276eb49..154425e0deb 100644
--- a/vsm/src/tests/textutil/textutil.cpp
+++ b/vsm/src/tests/textutil/textutil.cpp
@@ -1,7 +1,4 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("textutil_test");
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/fastlib/text/unicodeutil.h>