Reorder header files for segcore/plan_c.h (#11405)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-11-08 16:11:16 +08:00 committed by GitHub
parent f609f3f1c8
commit feb7f47faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,9 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>
#include "segcore/collection_c.h"
#include "common/type_c.h"
#include "segcore/collection_c.h"
typedef void* CSearchPlan;
typedef void* CPlaceholderGroup;