[skip e2e] Reorder header files for common/SystemProperty.h (#14828)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/14844/head
Cai Yudong 2022-01-05 12:03:20 +08:00 committed by GitHub
parent 446f5e1b15
commit 5efb234f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -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