summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-27 22:11:36 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:39 +0100
commit740d87cc9cac3760b6053a921fd6398f248ca5b6 (patch)
tree62d49bfadb08f11ef838d4a69035cdc5a1708765 /config
parent84c6488ccd7691d389b710716c8f233a74cc0d6f (diff)
- Use distributionkey when serializing for sort instead of gid.
- Avoid having to include the world for just the data type.
Diffstat (limited to 'config')
-rw-r--r--config/src/vespa/config/common/exceptions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/src/vespa/config/common/exceptions.h b/config/src/vespa/config/common/exceptions.h
index c3fafab1287..6e70947135d 100644
--- a/config/src/vespa/config/common/exceptions.h
+++ b/config/src/vespa/config/common/exceptions.h
@@ -1,8 +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 <string>
-#include <stdexcept>
#include <vespa/vespalib/util/exception.h>
namespace config {