summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/attribute/search_context_params.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/searchcommon/src/vespa/searchcommon/attribute/search_context_params.cpp b/searchcommon/src/vespa/searchcommon/attribute/search_context_params.cpp
index dccfb6c6b27..8b58d2d50c2 100644
--- a/searchcommon/src/vespa/searchcommon/attribute/search_context_params.cpp
+++ b/searchcommon/src/vespa/searchcommon/attribute/search_context_params.cpp
@@ -1,11 +1,10 @@
// Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
#include "search_context_params.h"
+#include <cstdint>
#include <limits>
-namespace search {
-namespace attribute {
+namespace search::attribute {
SearchContextParams::SearchContextParams()
: _diversityAttribute(nullptr),
@@ -16,4 +15,3 @@ SearchContextParams::SearchContextParams()
}
}
-}