summaryrefslogtreecommitdiffstats
path: root/vespaclient
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 /vespaclient
parent98b760a33c142227cd88448bc6666eb9809aa4a2 (diff)
more descriptive name for header file
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/vespa/vespaclient/vesparoute/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp b/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp
index 47328c2e135..7a697941d88 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp
@@ -2,7 +2,7 @@
#include "application.h"
-#include <vespa/document/config/doctypecfg.h>
+#include <vespa/document/config/documenttypes_config_fwd.h>
#include <vespa/document/config/config-documenttypes.h>
#include <vespa/document/repo/documenttyperepo.h>
#include <vespa/documentapi/messagebus/documentprotocol.h>