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/system.cpp | |
parent | 62fd1ae429a9401f4870113dcacb4b6d9da3cac9 (diff) | |
download | ydb-0689e062e6e4d2043a570ee72a9995ccfbe69497.tar.gz |
remove unused includes
Diffstat (limited to 'library/cpp/logger/system.cpp')
-rw-r--r-- | library/cpp/logger/system.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/logger/system.cpp b/library/cpp/logger/system.cpp index 42233f63d25..4c5d24a9ec1 100644 --- a/library/cpp/logger/system.cpp +++ b/library/cpp/logger/system.cpp @@ -1,6 +1,5 @@ #include <util/stream/output.h> #include <util/stream/null.h> -#include <util/system/compat.h> #include <util/system/yassert.h> #include <util/system/defaults.h> #include <util/generic/singleton.h> |