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/rotating_file.cpp | |
parent | 62fd1ae429a9401f4870113dcacb4b6d9da3cac9 (diff) | |
download | ydb-0689e062e6e4d2043a570ee72a9995ccfbe69497.tar.gz |
remove unused includes
Diffstat (limited to 'library/cpp/logger/rotating_file.cpp')
-rw-r--r-- | library/cpp/logger/rotating_file.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/logger/rotating_file.cpp b/library/cpp/logger/rotating_file.cpp index 4fe1daf4b7..bab6f0067c 100644 --- a/library/cpp/logger/rotating_file.cpp +++ b/library/cpp/logger/rotating_file.cpp @@ -7,7 +7,6 @@ #include <util/system/rwlock.h> #include <util/system/fs.h> #include <library/cpp/deprecated/atomic/atomic.h> -#include <util/generic/string.h> /* * rotating file log |