diff --git a/internal/core/unittest/test_segcore.cpp b/internal/core/unittest/test_segcore.cpp index b5707499f5..145919240b 100644 --- a/internal/core/unittest/test_segcore.cpp +++ b/internal/core/unittest/test_segcore.cpp @@ -10,21 +10,11 @@ // or implied. See the License for the specific language governing permissions and limitations under the License. #include - -#include -#include - -// #include "knowhere/index/vector_index/helpers/IndexParameter.h" -// #include "segment/SegmentReader.h" -// #include "segment/SegmentWriter.h" -#include "segcore/SegmentGrowing.h" -// #include "utils/Json.h" -#include "test_utils/DataGen.h" #include -#include -using std::cin; -using std::cout; -using std::endl; +#include +#include "segcore/SegmentGrowing.h" +#include "test_utils/DataGen.h" + using namespace milvus; namespace {