summaryrefslogtreecommitdiffstats
path: root/vsm
diff options
context:
space:
mode:
Diffstat (limited to 'vsm')
-rw-r--r--vsm/src/vespa/vsm/common/storagedocument.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vsm/src/vespa/vsm/common/storagedocument.h b/vsm/src/vespa/vsm/common/storagedocument.h
index 688d1d9d0f8..003c827b80f 100644
--- a/vsm/src/vespa/vsm/common/storagedocument.h
+++ b/vsm/src/vespa/vsm/common/storagedocument.h
@@ -3,7 +3,6 @@
#include "document.h"
#include <vespa/document/fieldvalue/document.h>
-#include <vespa/vespalib/util/linkedptr.h>
namespace vsm {
@@ -14,7 +13,7 @@ typedef std::shared_ptr<FieldPathMapT> SharedFieldPathMap;
class StorageDocument : public Document {
public:
- typedef vespalib::LinkedPtr<StorageDocument> LP;
+ typedef std::unique_ptr<StorageDocument> UP;
class SubDocument {
public: