aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/fef.cpp
blob: 88128f905844ce2395cff8346981422cc7e70240 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "fef.h"

namespace search {
namespace fef {

// this file is just to verify the fef.h file

} // namespace fef
} // namespace search