Reorder header files for segcore/reduce_c.cpp (#11480)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-11-09 16:25:32 +08:00 committed by GitHub
parent 50791765d5
commit ba49490b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,19 +9,19 @@
// 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 <vector>
#include <unordered_set>
#include <vector>
#include "common/Consts.h"
#include "common/Types.h"
#include "exceptions/EasyAssert.h"
#include "log/Log.h"
#include "pb/milvus.pb.h"
#include "query/Plan.h"
#include "segcore/reduce_c.h"
#include "segcore/Reduce.h"
#include "segcore/ReduceStructure.h"
#include "segcore/SegmentInterface.h"
#include "pb/milvus.pb.h"
#include "segcore/reduce_c.h"
using SearchResult = milvus::SearchResult;