summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
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>