summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-08-05 08:40:37 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-08-05 08:40:37 +0000
commit58194cb2793f5606ae12def842e7b6ba0da2aa89 (patch)
tree016142f17dfdf3b2929ce842fc50a2cd13269bb4 /storage
parent75b7675c38fddf27daf17bcb46fc575d8dc8049e (diff)
Only single slash
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/operations/external/twophaseupdateoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/operations/external/twophaseupdateoperation.cpp b/storage/src/vespa/storage/distributor/operations/external/twophaseupdateoperation.cpp
index 53940426a63..41f452df801 100644
--- a/storage/src/vespa/storage/distributor/operations/external/twophaseupdateoperation.cpp
+++ b/storage/src/vespa/storage/distributor/operations/external/twophaseupdateoperation.cpp
@@ -9,7 +9,7 @@
#include <vespa/document/datatype/documenttype.h>
#include <vespa/document/fieldvalue/document.h>
#include <vespa/document/select/parser.h>
-#include <vespa/document/fieldset//fieldsets.h>
+#include <vespa/document/fieldset/fieldsets.h>
#include <vespa/vespalib/stllike/hash_map.hpp>
#include <vespa/log/log.h>