aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/vespa/slobrok/sblist.h
diff options
context:
space:
mode:
Diffstat (limited to 'slobrok/src/vespa/slobrok/sblist.h')
-rw-r--r--slobrok/src/vespa/slobrok/sblist.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/slobrok/src/vespa/slobrok/sblist.h b/slobrok/src/vespa/slobrok/sblist.h
index 4265c2a1d57..53962363609 100644
--- a/slobrok/src/vespa/slobrok/sblist.h
+++ b/slobrok/src/vespa/slobrok/sblist.h
@@ -1,10 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
-#include <string>
-#include <vector>
-#include <vespa/vespalib/util/sync.h>
#include "cfg.h"
+#include <vespa/vespalib/util/sync.h>
namespace slobrok {
namespace api {
@@ -24,7 +22,7 @@ public:
* should be called at least once.
* @param specList should not be an empty list.
**/
- virtual void setup(const std::vector<std::string> &specList);
+ void setup(const std::vector<std::string> &specList) override;
/**
* retrieve the spec for next slobrok server to try.