Reorder header files for segcore/SegmentSealed.h (#12435)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-11-30 18:41:44 +08:00 committed by GitHub
parent d24cc8f846
commit 97c2d2aec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {