Reorder header files for segcore/reduce_c.h (#11481)

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

View File

@ -15,9 +15,10 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>
#include "common/type_c.h"
#include "segcore/plan_c.h"
#include "segcore/segment_c.h"
#include "common/type_c.h"
typedef void* CMarshaledHits;