summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-30 00:30:37 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:41 +0100
commit848672a85b9a553034e4ff46a52521e3ce681912 (patch)
tree5383b69bff5b732481689f3ec71625a348600431 /config
parent97cff7808649426865e0275f1c24058dbfd65940 (diff)
Do not include the excetions everywhere.
Diffstat (limited to 'config')
-rw-r--r--config/src/vespa/config/common/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/vespa/config/common/misc.cpp b/config/src/vespa/config/common/misc.cpp
index fb226a9734d..a870308b52e 100644
--- a/config/src/vespa/config/common/misc.cpp
+++ b/config/src/vespa/config/common/misc.cpp
@@ -1,9 +1,9 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
#include "misc.h"
#include <vespa/vespalib/util/md5.h>
#include <vespa/vespalib/stllike/asciistream.h>
+#include <vespa/vespalib/util/exceptions.h>
#include <vespa/log/log.h>
LOG_SETUP(".config.common.misc");