summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/hitcollector
diff options
context:
space:
mode:
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;