mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Reorder header files for segcore/SegmentSealed.h (#12435)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
d24cc8f846
commit
97c2d2aec2
@ -8,14 +8,16 @@
|
||||
// Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
// 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
|
||||
#pragma once
|
||||
#include <memory>
|
||||
|
||||
#include "segcore/SegmentInterface.h"
|
||||
#include "pb/segcore.pb.h"
|
||||
#include "common/LoadInfo.h"
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include "common/LoadInfo.h"
|
||||
#include "pb/segcore.pb.h"
|
||||
#include "segcore/SegmentInterface.h"
|
||||
|
||||
namespace milvus::segcore {
|
||||
|
||||
class SegmentSealed : public SegmentInternalInterface {
|
||||
|
Loading…
Reference in New Issue
Block a user