aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/docstore/create-idx-from-dat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/apps/docstore/create-idx-from-dat.cpp')
-rw-r--r--searchlib/src/apps/docstore/create-idx-from-dat.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/searchlib/src/apps/docstore/create-idx-from-dat.cpp b/searchlib/src/apps/docstore/create-idx-from-dat.cpp
index 8b02a9bad30..da6b887c27c 100644
--- a/searchlib/src/apps/docstore/create-idx-from-dat.cpp
+++ b/searchlib/src/apps/docstore/create-idx-from-dat.cpp
@@ -1,10 +1,11 @@
// 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/searchlib/docstore/logdatastore.h>
+#include <vespa/searchlib/docstore/randreaders.h>
#include <vespa/searchlib/index/dummyfileheadercontext.h>
-#include <vespa/searchlib/transactionlog/nosyncproxy.h>
-#include <vespa/searchlib/index/dummyfileheadercontext.h>
+#include <vespa/vespalib/objects/nbostream.h>
+#include <vespa/fastos/app.h>
+#include <vespa/vespalib/util/exception.h>
using namespace search;