summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-04-11 09:20:03 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-04-11 09:20:03 +0000
commit862bbd353d49fed494f4d7d8a6e98e3b908c1dfb (patch)
treed8a610fe5c8ef4af22d7937fb0d6b6157267670a /searchcore/src/tests/proton/index
parentdcf7871124bce80e83b29c619ad029de7829276c (diff)
Rename memoryindex* -> memory_index*.
Diffstat (limited to 'searchcore/src/tests/proton/index')
-rw-r--r--searchcore/src/tests/proton/index/fusionrunner_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/index/fusionrunner_test.cpp b/searchcore/src/tests/proton/index/fusionrunner_test.cpp
index be41aa96efd..9a1ddee4278 100644
--- a/searchcore/src/tests/proton/index/fusionrunner_test.cpp
+++ b/searchcore/src/tests/proton/index/fusionrunner_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/searchcore/proton/index/indexmanager.h>
#include <vespa/searchcore/proton/server/executorthreadingservice.h>
#include <vespa/searchcorespi/index/fusionrunner.h>
-#include <vespa/searchlib/memoryindex/memoryindex.h>
+#include <vespa/searchlib/memoryindex/memory_index.h>
#include <vespa/searchlib/diskindex/diskindex.h>
#include <vespa/searchlib/diskindex/indexbuilder.h>
#include <vespa/searchlib/fef/matchdatalayout.h>