unnecessary include

This commit is contained in:
Yakov Olkhovskiy 2023-04-10 19:16:02 +00:00
parent a6c99e8e84
commit e6d96c27f2

View File

@ -3,7 +3,6 @@
#include <IO/WriteBufferFromString.h>
#include <IO/Operators.h>
#include <Common/typeid_cast.h>
#include "Core/Types.h"
#include <DataTypes/getLeastSupertype.h>