diff options
author | tobo <tobo@yandex-team.com> | 2022-09-21 01:45:40 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2022-09-21 01:45:40 +0300 |
commit | 0689e062e6e4d2043a570ee72a9995ccfbe69497 (patch) | |
tree | 1f749e08e7a8774161574141b001b69beb8a0bb4 /library/cpp/logger/log.cpp | |
parent | 62fd1ae429a9401f4870113dcacb4b6d9da3cac9 (diff) | |
download | ydb-0689e062e6e4d2043a570ee72a9995ccfbe69497.tar.gz |
remove unused includes
Diffstat (limited to 'library/cpp/logger/log.cpp')
-rw-r--r-- | library/cpp/logger/log.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/cpp/logger/log.cpp b/library/cpp/logger/log.cpp index 6c4a898ab2e..286896a6ead 100644 --- a/library/cpp/logger/log.cpp +++ b/library/cpp/logger/log.cpp @@ -5,12 +5,9 @@ #include "stream.h" #include "thread.h" -#include <util/string/cast.h> #include <util/stream/printf.h> #include <util/system/yassert.h> -#include <util/generic/string.h> #include <util/generic/scope.h> -#include <util/generic/yexception.h> THolder<TLogBackend> CreateLogBackend(const TString& fname, ELogPriority priority, bool threaded) { TLogBackendCreatorUninitialized creator; |