mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
Reorder header files for segcore/plan_c.h (#11405)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
f609f3f1c8
commit
feb7f47faa
@ -15,8 +15,9 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "segcore/collection_c.h"
|
|
||||||
#include "common/type_c.h"
|
#include "common/type_c.h"
|
||||||
|
#include "segcore/collection_c.h"
|
||||||
|
|
||||||
typedef void* CSearchPlan;
|
typedef void* CSearchPlan;
|
||||||
typedef void* CPlaceholderGroup;
|
typedef void* CPlaceholderGroup;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user