Reorder header files for segcore/Collection.cpp (#10634)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/10639/head
Cai Yudong 2021-10-26 13:10:30 +08:00 committed by GitHub
parent 06dad68f91
commit 4cd83e78ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -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 <google/protobuf/text_format.h>
#include <knowhere/index/vector_index/adapter/VectorAdapter.h>
#include "pb/schema.pb.h"
#include "segcore/Collection.h"
namespace milvus::segcore {