Skip to content

Commit

Permalink
refine include
Browse files Browse the repository at this point in the history
  • Loading branch information
ywqzzy committed Feb 7, 2023
1 parent 03d3807 commit 3ff83b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dbms/src/Functions/LeastGreatest.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@
#include <DataTypes/IDataType.h>
#include <Functions/FunctionHelpers.h>
#include <Functions/IFunction.h>
#include <Functions/StringUtil.h>
#include <Functions/castTypeToEither.h>
#include <Interpreters/Context.h>
#include <common/types.h>
#include <fmt/core.h>

#include <cstddef>
#include <type_traits>

#include "StringUtil.h"

namespace DB
{
namespace ErrorCodes
Expand Down

0 comments on commit 3ff83b4

Please sign in to comment.