mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Reorder header files for segcore/load_index_c.h (#11143)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
9531fc5adf
commit
e059c99ada
@ -14,11 +14,11 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "segcore/collection_c.h"
|
|
||||||
#include "common/type_c.h"
|
#include "common/type_c.h"
|
||||||
|
#include "segcore/collection_c.h"
|
||||||
|
|
||||||
typedef void* CLoadIndexInfo;
|
typedef void* CLoadIndexInfo;
|
||||||
typedef void* CBinarySet;
|
typedef void* CBinarySet;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user