summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-03-07 21:48:31 +0100
committerArnstein Ressem <aressem@yahooinc.com>2022-03-07 21:48:31 +0100
commitecf45243d880461d02103bda278df91912d23756 (patch)
tree23d8683dce163922861b3ae24da54cb76e8e9171 /searchcorespi
parentb3b6c4f1695e0e552dc3d4593412b0e2d6316ec9 (diff)
Double slash breaks rpmbuild on RHEL 7 / CentOS 7.
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp b/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
index f740cec7900..20aba93d4d7 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
+++ b/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
@@ -9,7 +9,7 @@
#include "indexreadutilities.h"
#include "indexwriteutilities.h"
#include "index_disk_dir.h"
-#include <vespa/document/fieldvalue//document.h>
+#include <vespa/document/fieldvalue/document.h>
#include <vespa/searchcorespi/flush/lambdaflushtask.h>
#include <vespa/searchlib/common/i_flush_token.h>
#include <vespa/searchlib/index/schemautil.h>