summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/hitcollector
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-18 01:21:58 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 14:15:43 +0000
commit6475fe524f6c5c77cc811409cbfc760776b39923 (patch)
tree88c868db860107c85bf053fcb09f666196ee0e29 /streamingvisitors/src/tests/hitcollector
parentcb50c6b71e1b5ed0b2d7adee0c7ef5d22c18e806 (diff)
Do not include fastos.h
Diffstat (limited to 'streamingvisitors/src/tests/hitcollector')
-rw-r--r--streamingvisitors/src/tests/hitcollector/hitcollector.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/streamingvisitors/src/tests/hitcollector/hitcollector.cpp b/streamingvisitors/src/tests/hitcollector/hitcollector.cpp
index 3929eb4407e..3875122d9e8 100644
--- a/streamingvisitors/src/tests/hitcollector/hitcollector.cpp
+++ b/streamingvisitors/src/tests/hitcollector/hitcollector.cpp
@@ -1,6 +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>
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/document/fieldvalue/fieldvalues.h>
@@ -10,8 +8,6 @@
#include <vespa/vdslib/container/searchresult.h>
#include <vespa/vsm/common/storagedocument.h>
-LOG_SETUP("hitcollector_test");
-
using namespace document;
using namespace search::fef;
using namespace vespalib;