mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
Fix style.
This commit is contained in:
parent
068d635b81
commit
2b73641837
@ -16,11 +16,6 @@ using Processors = std::vector<ProcessorPtr>;
|
||||
|
||||
namespace JSONBuilder { class JSONMap; }
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
class QueryPlan;
|
||||
using QueryPlanRawPtrs = std::list<QueryPlan *>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user