aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features_attributematch.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-20 13:38:58 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-20 13:38:58 +0200
commit9cb7442c74b6c7d4f3aac89f26f849ab11ec110f (patch)
tree9d458a456c7805f8a0bfe7ce43889e227006cdd0 /searchlib/src/tests/features/prod_features_attributematch.cpp
parent59ffc5091b8246674843deea81a11a917abf801e (diff)
Use std::make_xxx
nested namespace And various other style changes.
Diffstat (limited to 'searchlib/src/tests/features/prod_features_attributematch.cpp')
-rw-r--r--searchlib/src/tests/features/prod_features_attributematch.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/searchlib/src/tests/features/prod_features_attributematch.cpp b/searchlib/src/tests/features/prod_features_attributematch.cpp
index 4ddb3170efe..e5d37e62bee 100644
--- a/searchlib/src/tests/features/prod_features_attributematch.cpp
+++ b/searchlib/src/tests/features/prod_features_attributematch.cpp
@@ -1,10 +1,12 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/log/log.h>
-LOG_SETUP(".prod_features_attributematch");
#include "prod_features.h"
#include <vespa/searchlib/features/attributematchfeature.h>
#include <vespa/searchlib/attribute/attributefactory.h>
+#include <vespa/searchlib/attribute/attributevector.h>
+
+#include <vespa/log/log.h>
+LOG_SETUP(".prod_features_attributematch");
using namespace search::features;
using namespace search::fef;