summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features_fieldmatch.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-03 16:58:18 +0200
committerGitHub <noreply@github.com>2017-05-03 16:58:18 +0200
commit56cda12279b911a004a2e8c41ab274665a7a8b5f (patch)
treef1bfc1a650ff84310a6375e3ccf02660223e8ee8 /searchlib/src/tests/features/prod_features_fieldmatch.cpp
parent790c0537be1444dec6e1f4c6cdb597bedb707e91 (diff)
Revert "Revert "Fix warnings hidden earlier due to including application headers as s…""
Diffstat (limited to 'searchlib/src/tests/features/prod_features_fieldmatch.cpp')
-rw-r--r--searchlib/src/tests/features/prod_features_fieldmatch.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/searchlib/src/tests/features/prod_features_fieldmatch.cpp b/searchlib/src/tests/features/prod_features_fieldmatch.cpp
index f2fc7016751..089002b2b78 100644
--- a/searchlib/src/tests/features/prod_features_fieldmatch.cpp
+++ b/searchlib/src/tests/features/prod_features_fieldmatch.cpp
@@ -1,20 +1,20 @@
// 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 <vespa/log/log.h>
-LOG_SETUP(".prod_features_fieldmatch");
-
-#include <vespa/searchlib/fef/test/ftlib.h>
#include "prod_features.h"
-
#include <vespa/searchlib/features/fieldmatchfeature.h>
+#include <vespa/log/log.h>
+LOG_SETUP(".prod_features_fieldmatch");
+
using namespace search::features;
using namespace search::fef;
using namespace search::fef::test;
using search::AttributeVector;
using CollectionType = FieldInfo::CollectionType;
+Test::Test() {}
+Test::~Test() {}
+
void
Test::testFieldMatch()
{