summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-21 12:40:27 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-21 12:40:27 +0100
commitbd4f8a9026cae7c517f05b36e992e7e7ec8cff3f (patch)
treeb05cf306a4d500970c7f7cae65cca2c2fe514d8a /document
parenta49a406187d7dc0739b183033a04750e9ff828d2 (diff)
Removed LinkedPtr usage
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/fieldvalue/serializablearray.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/document/src/vespa/document/fieldvalue/serializablearray.cpp b/document/src/vespa/document/fieldvalue/serializablearray.cpp
index ef429d85143..7a174f1ab52 100644
--- a/document/src/vespa/document/fieldvalue/serializablearray.cpp
+++ b/document/src/vespa/document/fieldvalue/serializablearray.cpp
@@ -1,10 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "serializablearray.h"
-#include <vespa/document/util/bytebuffer.h>
-#include <vespa/document/util/compressor.h>
#include <vespa/document/util/serializableexceptions.h>
-#include <vespa/vespalib/util/stringfmt.h>
-#include <algorithm>
#include <vespa/vespalib/stllike/hash_map.hpp>
#include <vespa/log/log.h>