mirror of https://github.com/milvus-io/milvus.git
Reorder header files for segcore/segment_c.cpp (#11800)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/11809/head
parent
95fff75dec
commit
106ed4d4ee
|
@ -12,6 +12,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
#include "common/type_c.h"
|
||||
|
||||
namespace milvus {
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "common/Types.h"
|
||||
#include "exceptions/EasyAssert.h"
|
||||
#include "utils/Json.h"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue