[refactor][style] Use clang-format to sort includes (#9483)

This commit is contained in:
Adonis Ling
2022-05-10 21:25:35 +08:00
committed by GitHub
parent ce926a7abb
commit 718a51a388
125 changed files with 179 additions and 178 deletions

View File

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