Fix style check

This commit is contained in:
kssenii 2023-03-01 20:16:15 +01:00
parent f3e3b916c9
commit 13d50509c0
2 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@
#include <Parsers/ASTExpressionList.h>
#include <Parsers/ASTLiteral.h>
#include <Parsers/ASTIdentifier.h>
#include <Parsers/isDiskFunction.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/isDiskFunction.h>
#include <Interpreters/Context.h>

View File

@ -5,8 +5,6 @@
#include <Parsers/ASTLiteral.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/isDiskFunction.h>
#include <Parsers/ASTLiteral.h>
#include <Parsers/ASTIdentifier.h>
#include <Common/assert_cast.h>
#include <Interpreters/InDepthNodeVisitor.h>