aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-17 02:15:53 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-17 02:52:20 +0100
commitc016a30ccf288fcd51c023489051c697254966bb (patch)
tree90b67d0beb0893793470c6c82c05663f136570bd /searchcorespi
parent2e886052ebe4e7cd6b019ccb93aa3c1c3534fd05 (diff)
Decouple attributes so we do not include the world everywhere.
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/indexwriteutilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/indexwriteutilities.cpp b/searchcorespi/src/vespa/searchcorespi/index/indexwriteutilities.cpp
index 334eeebe9e3..862c65c890e 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/indexwriteutilities.cpp
+++ b/searchcorespi/src/vespa/searchcorespi/index/indexwriteutilities.cpp
@@ -4,7 +4,7 @@
#include "indexreadutilities.h"
#include <vespa/searchlib/common/serialnumfileheadercontext.h>
#include <vespa/searchlib/index/schemautil.h>
-#include <vespa/vespalib/data/fileheader.h>
+#include <vespa/fastlib/io/bufferedfile.h>
#include <vespa/vespalib/util/exceptions.h>
#include <sstream>