diff --git a/src/Processors/Formats/Impl/AvroRowInputFormat.cpp b/src/Processors/Formats/Impl/AvroRowInputFormat.cpp index 7b978de1a4c..c2602a4d1d5 100644 --- a/src/Processors/Formats/Impl/AvroRowInputFormat.cpp +++ b/src/Processors/Formats/Impl/AvroRowInputFormat.cpp @@ -40,8 +40,6 @@ #include #include -#include - #include #include #include @@ -210,7 +208,7 @@ static std::string nodeName(avro::NodePtr node) return avro::toString(node->type()); } -static bool canBeDeserializedFromFixed( const DataTypePtr & target_type, size_t fixed_size) +static bool canBeDeserializedFromFixed(const DataTypePtr & target_type, size_t fixed_size) { switch (target_type->getTypeId()) {