From 6c1c42f18dc9271962a878d33aeeadbe49e6ce76 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 5 Jan 2022 11:57:34 +0800 Subject: [PATCH] [skip e2e] Reorder header files for common/Span.h (#14821) Signed-off-by: yudong.cai --- internal/core/src/common/Span.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/internal/core/src/common/Span.h b/internal/core/src/common/Span.h index 38cfbfd80..4c0cf36cb 100644 --- a/internal/core/src/common/Span.h +++ b/internal/core/src/common/Span.h @@ -15,9 +15,11 @@ // limitations under the License. #pragma once -#include -#include "common/Types.h" + #include +#include + +#include "Types.h" #include "VectorTrait.h" namespace milvus { -- GitLab