Reorder header files for segcore/plan_c.cpp (#11404)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/11429/head
Cai Yudong 2021-11-08 16:09:26 +08:00 committed by GitHub
parent e27283abbf
commit f609f3f1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
// or implied. See the License for the specific language governing permissions and limitations under the License
#include "segcore/plan_c.h"
#include "pb/segcore.pb.h"
#include "query/Plan.h"
#include "segcore/Collection.h"
#include "pb/segcore.pb.h"
#include "segcore/plan_c.h"
CStatus
CreateSearchPlan(CCollection c_col, const char* dsl, CSearchPlan* res_plan) {