summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-11 23:55:48 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:46 +0100
commitae4c0188036bfcfb01dd4addd2bebf575010124c (patch)
tree864f289c6cc1e63854d627b70f4501a3a5353ecc /config
parentcdbddff2612dbaf16d6f26c92041040ed9a131b2 (diff)
Remove unnecessary include in header file.
Diffstat (limited to 'config')
-rw-r--r--config/src/vespa/config/retriever/configsnapshot.h1
-rw-r--r--config/src/vespa/config/retriever/configsnapshot.hpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/config/src/vespa/config/retriever/configsnapshot.h b/config/src/vespa/config/retriever/configsnapshot.h
index 344fc86929c..4cb4eeb3e23 100644
--- a/config/src/vespa/config/retriever/configsnapshot.h
+++ b/config/src/vespa/config/retriever/configsnapshot.h
@@ -2,7 +2,6 @@
#pragma once
#include <vespa/config/subscription/configsubscription.h>
-#include <vespa/config/common/exceptions.h>
#include <vespa/config/print/configdatabuffer.h>
#include <vespa/vespalib/stllike/string.h>
#include <map>
diff --git a/config/src/vespa/config/retriever/configsnapshot.hpp b/config/src/vespa/config/retriever/configsnapshot.hpp
index b8e14fbceca..395d36bb4f6 100644
--- a/config/src/vespa/config/retriever/configsnapshot.hpp
+++ b/config/src/vespa/config/retriever/configsnapshot.hpp
@@ -1,5 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#include <vespa/config/common/exceptions.h>
+
namespace config {
template <typename ConfigType>