aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-02-03 14:54:47 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-02-03 14:54:47 +0100
commit61aac4b63bb0fee2f41e936ff7c7b08545ee6001 (patch)
treec58b8d47056dd462d089af01e1a9f259c3f4f248 /searchlib/src/tests/memoryindex
parente7f6dc60e3630aa7fa893ed252d3a116c8f118f4 (diff)
Remove unused includes.
Diffstat (limited to 'searchlib/src/tests/memoryindex')
-rw-r--r--searchlib/src/tests/memoryindex/dictionary/dictionary_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/tests/memoryindex/dictionary/dictionary_test.cpp b/searchlib/src/tests/memoryindex/dictionary/dictionary_test.cpp
index 01d27f429c9..bc9822bf7f0 100644
--- a/searchlib/src/tests/memoryindex/dictionary/dictionary_test.cpp
+++ b/searchlib/src/tests/memoryindex/dictionary/dictionary_test.cpp
@@ -1,6 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/searchlib/diskindex/checkpointfile.h>
#include <vespa/searchlib/diskindex/fusion.h>
#include <vespa/searchlib/diskindex/indexbuilder.h>
#include <vespa/searchlib/diskindex/zcposoccrandread.h>
@@ -30,7 +29,6 @@ using namespace fef;
using namespace index;
using queryeval::SearchIterator;
using document::Document;
-using diskindex::CheckPointFile;
using vespalib::GenerationHandler;
using test::SearchIteratorVerifier;