[skip e2e] Remove redundant header files for query/SubSearchResult.cpp (#14276)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/14261/head
Cai Yudong 2021-12-27 11:30:11 +08:00 committed by GitHub
parent 6fd109dc61
commit 3a6e240fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 {