mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Remove redundant header files for query/SubSearchResult.cpp (#14276)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/14261/head
parent
6fd109dc61
commit
3a6e240fae
|
@ -9,10 +9,10 @@
|
|||
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "exceptions/EasyAssert.h"
|
||||
#include "query/SubSearchResult.h"
|
||||
#include "segcore/Reduce.h"
|
||||
#include <cmath>
|
||||
|
||||
namespace milvus::query {
|
||||
|
||||
|
|
Loading…
Reference in New Issue