mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Reorder header files for query/SearchBruteForce.h (#14261)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/14326/head
parent
3a6e240fae
commit
d9cac2b3f0
|
@ -10,11 +10,13 @@
|
|||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <faiss/utils/BinaryDistance.h>
|
||||
#include "segcore/ConcurrentVector.h"
|
||||
|
||||
#include "common/Schema.h"
|
||||
#include "query/SubSearchResult.h"
|
||||
#include "query/helper.h"
|
||||
#include "segcore/ConcurrentVector.h"
|
||||
|
||||
namespace milvus::query {
|
||||
|
||||
|
|
Loading…
Reference in New Issue