aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/document_scan_iterator/document_scan_iterator_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-24 20:56:54 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-24 20:56:54 +0000
commit9ed00db16bd7ba08ec1c4432299dd15fbad27b75 (patch)
tree12332aa719641563b8603674837dd698c9eb1137 /searchcore/src/tests/proton/documentdb/document_scan_iterator/document_scan_iterator_test.cpp
parent8aa5a4fe03f190b78af80fd3d8980b65428df2af (diff)
Clean up the includes.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/document_scan_iterator/document_scan_iterator_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/document_scan_iterator/document_scan_iterator_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/searchcore/src/tests/proton/documentdb/document_scan_iterator/document_scan_iterator_test.cpp b/searchcore/src/tests/proton/documentdb/document_scan_iterator/document_scan_iterator_test.cpp
index 8a05d46d22f..a7a9042cd54 100644
--- a/searchcore/src/tests/proton/documentdb/document_scan_iterator/document_scan_iterator_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/document_scan_iterator/document_scan_iterator_test.cpp
@@ -1,12 +1,10 @@
// 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("document_scan_iterator_test");
-
#include <vespa/searchcore/proton/documentmetastore/documentmetastore.h>
#include <vespa/searchcore/proton/server/document_scan_iterator.h>
#include <vespa/vespalib/test/insertion_operators.h>
#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/document/base/documentid.h>
using namespace document;
using namespace proton;