mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Reorder header files for common/SystemProperty.h (#14828)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/14844/head
parent
446f5e1b15
commit
5efb234f41
|
@ -15,10 +15,12 @@
|
|||
// limitations under the License.
|
||||
|
||||
#pragma once
|
||||
#include "common/Types.h"
|
||||
#include "utils/Json.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Types.h"
|
||||
#include "utils/Json.h"
|
||||
|
||||
namespace milvus {
|
||||
|
||||
enum class SystemFieldType {
|
||||
|
@ -61,7 +63,4 @@ class SystemProperty {
|
|||
IsSystem(FieldName field_name) const = 0;
|
||||
};
|
||||
|
||||
void
|
||||
InitalizeSegcore(const std::string& segcore_yaml_path);
|
||||
|
||||
} // namespace milvus
|
||||
|
|
Loading…
Reference in New Issue