diff --git a/internal/core/src/common/SystemProperty.cpp b/internal/core/src/common/SystemProperty.cpp index 35cab176cc153171e784e9247fd02cb11ecf3b31..a754d134aa00c3876d131fd4bd1b63f29018523c 100644 --- a/internal/core/src/common/SystemProperty.cpp +++ b/internal/core/src/common/SystemProperty.cpp @@ -14,10 +14,11 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "common/SystemProperty.h" -#include "exceptions/EasyAssert.h" #include -#include "common/Types.h" + +#include "SystemProperty.h" +#include "Types.h" +#include "exceptions/EasyAssert.h" namespace milvus { class SystemPropertyImpl : public SystemProperty {