Less includes

This commit is contained in:
alesapin 2020-05-28 19:32:35 +03:00
parent acc3e6b15a
commit c5fe87e123

View File

@ -5,22 +5,11 @@
#include <Interpreters/SyntaxAnalyzer.h>
#include <Parsers/ASTExpressionList.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/queryToString.h>
#include <Functions/IFunction.h>
#include <DataTypes/DataTypeDateTime.h>
#include <DataTypes/DataTypeDate.h>
namespace DB
{
namespace ErrorCodes
{
extern const int BAD_TTL_EXPRESSION;
extern const int BAD_ARGUMENTS;
};
StorageInMemoryMetadata::StorageInMemoryMetadata(
const ColumnsDescription & columns_,
const IndicesDescription & indices_,