summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/selectpruner_test.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-12-02 11:18:43 +0000
committerArne H Juul <arnej@yahooinc.com>2021-12-02 11:18:43 +0000
commit0003991e786d5dfc33be1f39e0dca5f5f335a161 (patch)
tree86d7fd182bbf94c72f200ccb952f43e2f0928a52 /searchcore/src/tests/proton/common/selectpruner_test.cpp
parent98b760a33c142227cd88448bc6666eb9809aa4a2 (diff)
more descriptive name for header file
Diffstat (limited to 'searchcore/src/tests/proton/common/selectpruner_test.cpp')
-rw-r--r--searchcore/src/tests/proton/common/selectpruner_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/common/selectpruner_test.cpp b/searchcore/src/tests/proton/common/selectpruner_test.cpp
index 0e980ab9db7..c8c474e21bc 100644
--- a/searchcore/src/tests/proton/common/selectpruner_test.cpp
+++ b/searchcore/src/tests/proton/common/selectpruner_test.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/stllike/string.h>
#include <vespa/vespalib/testkit/testapp.h>
-#include <vespa/document/config/doctypecfg.h>
+#include <vespa/document/config/documenttypes_config_fwd.h>
#include <vespa/document/repo/configbuilder.h>
#include <vespa/document/repo/documenttyperepo.h>
#include <vespa/document/datatype/documenttype.h>