Reorder header files for segcore/segment_c.cpp (#11800)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/11809/head
Cai Yudong 2021-11-15 15:43:10 +08:00 committed by GitHub
parent 95fff75dec
commit 106ed4d4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 11 deletions

View File

@ -12,6 +12,8 @@
#pragma once
#include <string>
#include <string.h>
#include "common/type_c.h"
namespace milvus {

View File

@ -13,6 +13,7 @@
#include <map>
#include <string>
#include "common/Types.h"
#include "exceptions/EasyAssert.h"
#include "utils/Json.h"

View File

@ -9,21 +9,16 @@
// 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 <cstring>
#include <cstdint>
#include "common/CGoHelper.h"
#include "common/LoadInfo.h"
#include "common/Types.h"
#include "common/type_c.h"
#include "knowhere/index/vector_index/adapter/VectorAdapter.h"
#include "log/Log.h"
#include "segcore/Collection.h"
#include "segcore/SegmentGrowing.h"
#include "segcore/SegmentSealed.h"
#include "segcore/Collection.h"
#include "segcore/segment_c.h"
#include "common/LoadInfo.h"
#include "common/type_c.h"
#include <knowhere/index/vector_index/VecIndex.h>
#include <knowhere/index/vector_index/adapter/VectorAdapter.h>
#include "common/Types.h"
#include "common/CGoHelper.h"
#include <iostream>
////////////////////////////// common interfaces //////////////////////////////
CSegmentInterface