diff options
author | tobo <tobo@yandex-team.com> | 2022-08-31 00:17:49 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2022-08-31 00:17:49 +0300 |
commit | 35262078d3276503e2f6a0d845fd935f490f4398 (patch) | |
tree | 5d4110a830910ce07672109d4ddb1ccfac9d90c6 /library/cpp/codecs/huffman_codec.cpp | |
parent | 9ef050cd54a801a2e844bced332b8aaba789f14a (diff) | |
download | ydb-35262078d3276503e2f6a0d845fd935f490f4398.tar.gz |
remove unused includes
Diffstat (limited to 'library/cpp/codecs/huffman_codec.cpp')
-rw-r--r-- | library/cpp/codecs/huffman_codec.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/codecs/huffman_codec.cpp b/library/cpp/codecs/huffman_codec.cpp index 650fe7cdfdd..661b2c2fd03 100644 --- a/library/cpp/codecs/huffman_codec.cpp +++ b/library/cpp/codecs/huffman_codec.cpp @@ -4,7 +4,6 @@ #include <util/generic/algorithm.h> #include <util/generic/bitops.h> -#include <util/stream/buffer.h> #include <util/stream/length.h> #include <util/string/printf.h> |