[skip e2e] Reorder header files for indexbuilder/utils.h (#15076)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2022-01-10 13:30:12 +08:00 committed by GitHub
parent caa4ba6392
commit e8c2869e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,15 +11,14 @@
#pragma once
#include <vector>
#include <string>
#include <algorithm>
#include <string>
#include <tuple>
#include <vector>
#include "index/knowhere/knowhere/index/IndexType.h"
namespace milvus {
namespace indexbuilder {
namespace milvus::indexbuilder {
std::vector<std::string>
NM_List() {
@ -99,5 +98,4 @@ is_unsupported(const milvus::knowhere::IndexType& index_type, const milvus::know
unsupported_index_combinations);
}
} // namespace indexbuilder
} // namespace milvus
} // namespace milvus::indexbuilder