summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-03-07 11:35:34 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-03-07 11:35:34 +0000
commitc84242e30dd34656fe79e5a6c539d3e5fcc3fd38 (patch)
tree523300a008f6a280571aca2935e2a682e76d6737 /searchcore
parenta4cd8a591a4050b7bb5907919b597f3ea999d883 (diff)
Reduce visibility of document::Document
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/apps/vespa-dump-feed/vespa-dump-feed.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/searchcore/src/apps/vespa-dump-feed/vespa-dump-feed.cpp b/searchcore/src/apps/vespa-dump-feed/vespa-dump-feed.cpp
index 133912548b1..85c39226998 100644
--- a/searchcore/src/apps/vespa-dump-feed/vespa-dump-feed.cpp
+++ b/searchcore/src/apps/vespa-dump-feed/vespa-dump-feed.cpp
@@ -3,6 +3,7 @@
#include <vespa/config/print/fileconfigwriter.h>
#include <vespa/document/config/config-documenttypes.h>
#include <vespa/document/repo/documenttyperepo.h>
+#include <vespa/document/fieldvalue/document.h>
#include <vespa/documentapi/documentapi.h>
#include <vespa/messagebus/destinationsession.h>
#include <vespa/messagebus/rpcmessagebus.h>
@@ -16,8 +17,6 @@
#include <vespa/config/helper/configgetter.hpp>
#include <vespa/fastos/app.h>
-#include <iostream>
-
typedef vespalib::SignalHandler SIG;
//-----------------------------------------------------------------------------