aboutsummaryrefslogtreecommitdiffstats
path: root/configd
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-09-26 16:31:24 +0200
committerHenning Baldersheim <balder@oath.com>2018-09-27 14:31:23 +0200
commit7b2c641855512aa2823d8c578b941745a4a5aca1 (patch)
tree94f085bb71edf1875d1562f698dcc36edf9020e6 /configd
parentee15790bfc2dbd633bc90076d0b2808043628190 (diff)
- NULL -> nullptr
- forward declaration. - Move from header to implementation. - use std::unordered_set
Diffstat (limited to 'configd')
-rw-r--r--configd/src/apps/sentinel/config-handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/config-handler.h b/configd/src/apps/sentinel/config-handler.h
index d294d97cff9..eb22b7fada1 100644
--- a/configd/src/apps/sentinel/config-handler.h
+++ b/configd/src/apps/sentinel/config-handler.h
@@ -6,7 +6,6 @@
#include "state-api.h"
#include <vespa/config-sentinel.h>
#include <vespa/config/config.h>
-#include <vespa/vespalib/util/hashmap.h>
#include <sys/types.h>
#include <sys/select.h>