From ca7f1c1038a89e146bd018910a35ea4dfd9b3ba8 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 5 Jan 2022 11:55:20 +0800 Subject: [PATCH] [skip e2e] Reorder header files for common/Schema.cpp (#14808) Signed-off-by: yudong.cai --- internal/core/src/common/Schema.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/internal/core/src/common/Schema.cpp b/internal/core/src/common/Schema.cpp index 5e9fff33af..8f353a391c 100644 --- a/internal/core/src/common/Schema.cpp +++ b/internal/core/src/common/Schema.cpp @@ -14,12 +14,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "common/Schema.h" -#include -#include -#include -#include "common/SystemProperty.h" #include +#include +#include +#include + +#include "Schema.h" +#include "SystemProperty.h" namespace milvus {