[skip e2e] Reorder header files for query/ScalarIndex.h (#13854)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/13863/head
Cai Yudong 2021-12-21 12:10:54 +08:00 committed by GitHub
parent dbd6408158
commit 83624d5850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -10,11 +10,13 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include "knowhere/index/structured_index_simple/StructuredIndexSort.h"
#include "common/Span.h"
#include "common/FieldMeta.h"
#include <memory>
#include "common/FieldMeta.h"
#include "common/Span.h"
#include "knowhere/index/structured_index_simple/StructuredIndexSort.h"
namespace milvus::query {
template <typename T>