summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-06 15:56:27 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-02-08 12:51:37 +0000
commit474da0ab05ba58999f4d4840d62902b81f5378a9 (patch)
treec241825051e5b22b1bb4dcd41a12d24a43dd0e16 /document
parentfdae546b833532aac0a2f49400ccf15071549c6b (diff)
- Generate mode modern c++ code.
- Use existing predefined types. - Allow for better management by allowing large string vectors to be mmapped.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/fieldvalue/document.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/document/src/vespa/document/fieldvalue/document.cpp b/document/src/vespa/document/fieldvalue/document.cpp
index 15198013c5f..36526f09dd6 100644
--- a/document/src/vespa/document/fieldvalue/document.cpp
+++ b/document/src/vespa/document/fieldvalue/document.cpp
@@ -10,7 +10,6 @@
#include <vespa/vespalib/objects/nbostream.h>
#include <vespa/document/util/serializableexceptions.h>
#include <vespa/document/fieldset/fieldsets.h>
-#include <vespa/document/util/bytebuffer.h>
#include <vespa/vespalib/data/databuffer.h>
#include <vespa/vespalib/util/xmlstream.h>
#include <vespa/vespalib/stllike/hash_map.hpp>