[refactor][style] Use clang-format to sort includes (#9483)
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
// specific language governing permissions and limitations
|
||||
// under the License.
|
||||
|
||||
#include "util/simd/vstring_function.h" //place this header file at last to compile
|
||||
#include "vec/columns/column_complex.h"
|
||||
#include "vec/data_types/data_type.h"
|
||||
#include "vec/data_types/data_type_hll.h"
|
||||
@ -22,7 +23,6 @@
|
||||
#include "vec/functions/function_string.h"
|
||||
#include "vec/functions/function_totype.h"
|
||||
#include "vec/functions/simple_function_factory.h"
|
||||
#include "util/simd/vstring_function.h" //place this header file at last to compile
|
||||
|
||||
namespace doris::vectorized {
|
||||
template <typename Impl>
|
||||
|
||||
Reference in New Issue
Block a user