aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/textutil
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-07-23 05:29:32 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-07-25 07:56:57 +0000
commitc703043e1d0ff1501ecd5c19c490a4911240744a (patch)
treedb84e9461bce0f766658afb03c8f27de99f2b897 /streamingvisitors/src/tests/textutil
parent78a211072a21ec5f368b99bce19c1b703d98152d (diff)
Use WordFolder as helper instead of inheriting static stuff.
Diffstat (limited to 'streamingvisitors/src/tests/textutil')
-rw-r--r--streamingvisitors/src/tests/textutil/textutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/tests/textutil/textutil.cpp b/streamingvisitors/src/tests/textutil/textutil.cpp
index 160c734ee20..aeff4600781 100644
--- a/streamingvisitors/src/tests/textutil/textutil.cpp
+++ b/streamingvisitors/src/tests/textutil/textutil.cpp
@@ -1,7 +1,7 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/testapp.h>
-#include <vespa/fastlib/text/unicodeutil.h>
+#include <vespa/fastlib/text/normwordfolder.h>
#include <vespa/searchlib/query/base.h>
#include <vespa/vsm/searcher/fold.h>
#include <vespa/vsm/searcher/futf8strchrfieldsearcher.h>