Cleanup unused file

This commit is contained in:
xlwh 2022-05-31 14:37:30 +08:00
parent c6b20cd5ed
commit ba4cdd43bd
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
#pragma once
#include <string>
#include <unordered_map>
#include <Parsers/IAST.h>
#include <Compression/ICompressionCodec.h>
namespace DB
{
using ColumnCodecs = std::unordered_map<std::string, CompressionCodecPtr>;
}

View File

@ -6,7 +6,6 @@
#include <Core/NamesAndTypes.h> #include <Core/NamesAndTypes.h>
#include <Core/NamesAndAliases.h> #include <Core/NamesAndAliases.h>
#include <Interpreters/Context_fwd.h> #include <Interpreters/Context_fwd.h>
#include <Storages/ColumnCodec.h>
#include <Storages/ColumnDefault.h> #include <Storages/ColumnDefault.h>
#include <Common/Exception.h> #include <Common/Exception.h>