diff --git a/internal/core/src/segcore/load_index_c.cpp b/internal/core/src/segcore/load_index_c.cpp index 663746d3df..8555b43900 100644 --- a/internal/core/src/segcore/load_index_c.cpp +++ b/internal/core/src/segcore/load_index_c.cpp @@ -9,11 +9,11 @@ // 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 "common/LoadInfo.h" +#include "exceptions/EasyAssert.h" #include "index/knowhere/knowhere/common/BinarySet.h" #include "index/knowhere/knowhere/index/vector_index/VecIndexFactory.h" #include "segcore/load_index_c.h" -#include "common/LoadInfo.h" -#include "exceptions/EasyAssert.h" CStatus NewLoadIndexInfo(CLoadIndexInfo* c_load_index_info) {