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 {