diff options
author | tobo <tobo@yandex-team.com> | 2022-07-27 01:53:48 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2022-07-27 01:53:48 +0300 |
commit | 3b836cb4c5d55a10d7f7eccd4434f40d72df2a20 (patch) | |
tree | f2536ab610f70a3dbb1edf24b7eff528d2c55751 | |
parent | 00d6612568801a010ef5cc7514e4f86cb5c8ca78 (diff) | |
download | ydb-3b836cb4c5d55a10d7f7eccd4434f40d72df2a20.tar.gz |
remove unused include
-rw-r--r-- | util/datetime/base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/datetime/base.cpp b/util/datetime/base.cpp index 38ecc3ab96..9b4ec5234b 100644 --- a/util/datetime/base.cpp +++ b/util/datetime/base.cpp @@ -6,7 +6,6 @@ #include <util/system/compat.h> #include <util/memory/tempbuf.h> #include <util/generic/string.h> -#include <util/generic/strbuf.h> #include <util/generic/yexception.h> TString Strftime(const char* format, const struct tm* tm) { |