diff --git a/internal/core/src/segcore/plan_c.cpp b/internal/core/src/segcore/plan_c.cpp index aae0a96f2d..dbc163661f 100644 --- a/internal/core/src/segcore/plan_c.cpp +++ b/internal/core/src/segcore/plan_c.cpp @@ -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) {