summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/sentinel/service.h')
-rw-r--r--configd/src/apps/sentinel/service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/configd/src/apps/sentinel/service.h b/configd/src/apps/sentinel/service.h
index 0021221b17e..ad391d3680f 100644
--- a/configd/src/apps/sentinel/service.h
+++ b/configd/src/apps/sentinel/service.h
@@ -1,7 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
-#include <vespa/vespalib/util/linkedptr.h>
#include <vespa/vespalib/stllike/string.h>
#include <vespa/config-sentinel.h>
#include <list>
@@ -46,7 +45,7 @@ private:
StartMetrics &_metrics;
public:
- typedef vespalib::LinkedPtr<Service> LP;
+ using UP = std::unique_ptr<Service>;
~Service();
Service(const SentinelConfig::Service& config,
const SentinelConfig::Application& application,