diff --git a/internal/core/src/segcore/Collection.cpp b/internal/core/src/segcore/Collection.cpp index 90917f7e9e..3f4db0156d 100644 --- a/internal/core/src/segcore/Collection.cpp +++ b/internal/core/src/segcore/Collection.cpp @@ -9,13 +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/Collection.h" -#include "pb/common.pb.h" -#include "pb/schema.pb.h" -#include "pb/etcd_meta.pb.h" - #include -#include + +#include "pb/schema.pb.h" +#include "segcore/Collection.h" namespace milvus::segcore {