[skip e2e] Reorder header files for indexbuilder/IndexWrapper.h (#15075)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2022-01-10 13:28:21 +08:00 committed by GitHub
parent 17887de140
commit caa4ba6392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,15 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include <string>
#include <optional>
#include <vector>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "knowhere/index/vector_index/VecIndex.h"
namespace milvus {
namespace indexbuilder {
namespace milvus::indexbuilder {
class IndexWrapper {
public:
@ -107,5 +108,4 @@ class IndexWrapper {
std::once_flag raw_data_loaded_;
};
} // namespace indexbuilder
} // namespace milvus
} // namespace milvus::indexbuilder