mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix style
This commit is contained in:
parent
7a37e24b52
commit
b50fff4e2b
@ -19,7 +19,6 @@ namespace DB
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int CANNOT_READ_ALL_DATA;
|
||||
extern const int INVALID_SETTING_VALUE;
|
||||
}
|
||||
|
||||
DataTypePtr SerializationNullable::SubcolumnCreator::create(const DataTypePtr & prev) const
|
||||
|
@ -1,7 +1,6 @@
|
||||
#include <DataTypes/Serializations/SerializationString.h>
|
||||
|
||||
#include <Columns/ColumnString.h>
|
||||
#include <Columns/ColumnConst.h>
|
||||
|
||||
#include <Common/typeid_cast.h>
|
||||
#include <Common/assert_cast.h>
|
||||
@ -9,8 +8,6 @@
|
||||
#include <Core/Field.h>
|
||||
|
||||
#include <Formats/FormatSettings.h>
|
||||
#include <Formats/ProtobufReader.h>
|
||||
#include <Formats/ProtobufWriter.h>
|
||||
|
||||
#include <IO/ReadHelpers.h>
|
||||
#include <IO/WriteHelpers.h>
|
||||
|
Loading…
Reference in New Issue
Block a user