summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-29 13:32:38 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-29 13:32:38 +0200
commitbef0c9ddf8b6fb2370913bb3070f5e969ac4856e (patch)
treeafce415eb609721a8aced4fcdb3812861b686f62 /document
parent06d2a08a072da4772308f9add751dfb1b50ba505 (diff)
Use explicit std::move
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/fieldvalue/mapfieldvalue.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/document/src/vespa/document/fieldvalue/mapfieldvalue.cpp b/document/src/vespa/document/fieldvalue/mapfieldvalue.cpp
index 531a3e5267c..368a903d3cf 100644
--- a/document/src/vespa/document/fieldvalue/mapfieldvalue.cpp
+++ b/document/src/vespa/document/fieldvalue/mapfieldvalue.cpp
@@ -1,12 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "mapfieldvalue.h"
-#include "arrayfieldvalue.h"
#include "weightedsetfieldvalue.h"
#include <vespa/document/base/exceptions.h>
-#include <vespa/document/util/bytebuffer.h>
-#include <vespa/document/datatype/arraydatatype.h>
-#include <vespa/vespalib/objects/identifiable.h>
#include <vespa/log/log.h>
LOG_SETUP(".document.fieldvalue.map");