Remove unneded include

This commit is contained in:
avogar 2022-10-18 13:04:42 +00:00
parent 2c2f977096
commit 9a7fbcecb0
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
#include <Interpreters/InterpreterSelectWithUnionQuery.h>
#include <Parsers/ASTTablesInSelectQuery.h>
#include <Parsers/ASTSelectQuery.h>
#include <Parsers/ASTFunction.h>
#include <Storages/IStorage.h>
namespace DB

View File

@ -3,7 +3,6 @@
#include <Core/NamesAndTypes.h>
#include <Interpreters/Context_fwd.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Parsers/ASTExpressionList.h>
namespace DB
{