fix arcadia

This commit is contained in:
Nikita Mikhaylov 2020-09-07 20:55:06 +03:00
parent 2c04b0a8e6
commit a56d42de67
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,5 @@
#pragma once
#pragma once
#include <Core/Block.h>
#include <Processors/Formats/IRowInputFormat.h>
#include <Formats/FormatSettings.h>

View File

@ -31,9 +31,6 @@ SRCS(
Formats/Impl/JSONEachRowRowOutputFormat.cpp
Formats/Impl/JSONEachRowWithProgressRowOutputFormat.cpp
Formats/Impl/JSONRowOutputFormat.cpp
Formats/Impl/JSONStringsEachRowRowInputFormat.cpp
Formats/Impl/JSONStringsEachRowRowOutputFormat.cpp
Formats/Impl/JSONStringsRowOutputFormat.cpp
Formats/Impl/MarkdownRowOutputFormat.cpp
Formats/Impl/MsgPackRowInputFormat.cpp
Formats/Impl/MsgPackRowOutputFormat.cpp